1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

writeprotect: Add line-break after each spew message

Signed-off-by: Nico Huber <nico.h@gmx.de>
Change-Id: I3131ff0e3fa4f9e949ce2e8d2d0a9c862a15e1cd
Reviewed-on: https://review.coreboot.org/c/flashrom/+/64745
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
This commit is contained in:
Nico Huber 2022-05-28 16:39:07 +02:00 committed by Thomas Heijligen
parent 41337be92b
commit c2f7fc6e30

View File

@ -289,7 +289,7 @@ static enum flashrom_wp_result get_ranges_and_wp_bits(struct flashctx *flash, st
size_t j = bits.bp_bit_count - i - 1; size_t j = bits.bp_bit_count - i - 1;
msg_gspew("BP%zu=%u ", j, bits.bp[j]); msg_gspew("BP%zu=%u ", j, bits.bp[j]);
} }
msg_gspew(" start=0x%08zx length=0x%08zx ", msg_gspew(" start=0x%08zx length=0x%08zx\n",
output->range.start, output->range.len); output->range.start, output->range.len);
} }