From: Jan Kiszka <[email protected]> INFO comes with no header or footer, thus can also be used for line continuations. If we should even change the color of INFO, there outputs will now be addressed as well.
Signed-off-by: Jan Kiszka <[email protected]> --- utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index af0d739..0ae5a5e 100644 --- a/utils.c +++ b/utils.c @@ -165,9 +165,9 @@ EFI_STATUS get_volumes(VOLUME_DESC **volumes, UINTN *count) get_volume_custom_label((*volumes)[rootCount].root); INFO(L"Volume %d: ", rootCount); if (IsOnBootMedium(devpath)) { - PrintC(EFI_LIGHTGRAY, L"(On boot medium) "); + INFO(L"(On boot medium) "); } - PrintC(EFI_LIGHTGRAY, L"%s, LABEL=%s, CLABEL=%s\n", + INFO(L"%s, LABEL=%s, CLABEL=%s\n", devpathstr, (*volumes)[rootCount].fslabel, (*volumes)[rootCount].fscustomlabel); -- 2.34.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/0f4ddff5-9d55-25e5-d052-7c2fa482064a%40siemens.com.
