diff options
Diffstat (limited to 'errlog.c')
-rw-r--r-- | errlog.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ PrintErrors(VOID) { UINTN i; + if (!verbose) + return; + for (i = 0; i < nerrs; i++) Print(L"%s", errs[i]); } |
![]() |
index : efi-boot-shim.git | |
(mirror of https://github.com/vyos/efi-boot-shim.git) |
summaryrefslogtreecommitdiff |