device/resource_allocator_v4: Only highlight log message with ===
commit2efcafa7b05a84d72615108bc1a771fdba3cfe1c
authorPaul Menzel <pmenzel@molgen.mpg.de>
Fri, 2 Jul 2021 15:39:45 +0000 (2 17:39 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 5 Jul 2021 10:49:53 +0000 (5 10:49 +0000)
tree653455b3ef956b57cd79ba1eccbfadd9b47c6fbc
parent028b94b765d4d2b26627fcf7b7b4a4897e6af2cc
device/resource_allocator_v4: Only highlight log message with ===

Currently, four instead of three = are used in one log message.

    Done reading resources.
    ==== Resource allocator: DOMAIN: 0000 - Pass 1 (gathering requirements) ===
    === Resource allocator: DOMAIN: 0000 - Pass 2 (allocating resources) ===

As the ending mark is `===` change it to `===` in the beginning.

    Done reading resources.
    === Resource allocator: DOMAIN: 0000 - Pass 1 (gathering requirements) ===
    === Resource allocator: DOMAIN: 0000 - Pass 2 (allocating resources) ===

Change-Id: I40c3876e1f895b7f9771479234c9529cca2b97ba
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56045
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/device/resource_allocator_v4.c