diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-15 16:29:24 +0000 |
| commit | ec4aee35de3446713c6754641cdad82adc011204 (patch) | |
| tree | fb40b7b153da4bbb47ec46b40144a18fbfbcf74b /loader/main_efi.c | |
| parent | 97fcd7d1fc4574753d91e6767a8d8a7653a7f7fe (diff) | |
infrastructure for dynamic symbol resolution
Diffstat (limited to 'loader/main_efi.c')
| -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; } |
