diff options
| author | Peter Jones <pjones@redhat.com> | 2015-06-30 13:24:56 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-06-30 14:19:57 -0400 |
| commit | 70ce2c420484ef964b6443c102bfd78c29965e10 (patch) | |
| tree | b06581a9d6522e8f442c03f93eb6fae6aef1b786 /fallback.c | |
| parent | 60577689ba5485ed1931752c341ec25522bb8e8a (diff) | |
| download | efi-boot-shim-70ce2c420484ef964b6443c102bfd78c29965e10.tar.gz efi-boot-shim-70ce2c420484ef964b6443c102bfd78c29965e10.zip | |
Improve our debuginfo path print
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'fallback.c')
| -rw-r--r-- | fallback.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -816,8 +816,8 @@ debug_hook(void) return; x = 1; - Print(L"add-symbol-file /usr/lib/debug/usr/share/shim/" - EFI_ARCH"/fallback.debug %p -s .data %p\n", &_etext, + Print(L"add-symbol-file "DEBUGDIR + L"fallback.debug %p -s .data %p\n", &_etext, &_edata); } |
