summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2018-04-05 13:48:58 -0400
committerPeter Jones <pjones@redhat.com>2018-04-05 14:49:17 -0400
commit510474e72d1a333f1db40853a8aa67186ea39849 (patch)
tree805fafe68615da97ec4fbc405a9967d4b96fab25
parentbbaa96cdb2f4df7af79916fbb0f7912426d53ec4 (diff)
downloadefi-boot-shim-510474e72d1a333f1db40853a8aa67186ea39849.tar.gz
efi-boot-shim-510474e72d1a333f1db40853a8aa67186ea39849.zip
Make handle_image() use console_print() not console_notify() on success
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index 0e65da03..a66df76b 100644
--- a/shim.c
+++ b/shim.c
@@ -1275,7 +1275,7 @@ static EFI_STATUS handle_image (void *data, unsigned int datasize,
return efi_status;
} else {
if (verbose)
- console_notify(L"Verification succeeded");
+ console_print(L"Verification succeeded\n");
}
}