From: Jan Kiszka <[email protected]> No need to print that, and that actually once per comparison. The mode can be easily derived from the image path printed earlier.
Signed-off-by: Jan Kiszka <[email protected]> --- utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils.c b/utils.c index 7ed5621..cda0e92 100644 --- a/utils.c +++ b/utils.c @@ -251,11 +251,9 @@ EFI_DEVICE_PATH *FileDevicePathFromConfig(EFI_HANDLE device, switch (lm) { case DOSFSLABEL: src = volumes[v].fslabel; - Print(L"Using DOSFS Label Mode...\n"); break; case CUSTOMLABEL: src = volumes[v].fscustomlabel; - Print(L"Using CUSTOM Label Mode...\n"); break; default: src = NULL; -- 2.16.4 -- 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/8d354fae-087d-17d3-ac35-e3835ff79343%40siemens.com.
