diff options
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/main_efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/main_efi.c b/loader/main_efi.c index a6cd7b4..907cedb 100644 --- a/loader/main_efi.c +++ b/loader/main_efi.c @@ -134,7 +134,7 @@ EFI_STATUS open_image(struct efi_loader_image *image) } else { - Print(L"failed opening image: %r\r\n", status); + Print(L"failed opening image %s: %r\r\n", image->path, status); return status; } |
