diff options
| author | Peter Jones <pjones@redhat.com> | 2018-04-05 13:48:58 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2018-04-05 14:49:17 -0400 |
| commit | 510474e72d1a333f1db40853a8aa67186ea39849 (patch) | |
| tree | 805fafe68615da97ec4fbc405a9967d4b96fab25 | |
| parent | bbaa96cdb2f4df7af79916fbb0f7912426d53ec4 (diff) | |
| download | efi-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } } |
