summaryrefslogtreecommitdiff
path: root/fallback.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2015-06-30 13:24:56 -0400
committerPeter Jones <pjones@redhat.com>2015-06-30 14:19:57 -0400
commit70ce2c420484ef964b6443c102bfd78c29965e10 (patch)
treeb06581a9d6522e8f442c03f93eb6fae6aef1b786 /fallback.c
parent60577689ba5485ed1931752c341ec25522bb8e8a (diff)
downloadefi-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fallback.c b/fallback.c
index cf578d69..da7f2099 100644
--- a/fallback.c
+++ b/fallback.c
@@ -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);
}