summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index a99e4b35..0e65da03 100644
--- a/shim.c
+++ b/shim.c
@@ -2427,7 +2427,7 @@ EFI_STATUS
shim_init(void)
{
setup_verbosity();
- dprinta(shim_version);
+ dprint(L"%a", shim_version);
/* Set the second stage loader */
set_second_stage (global_image_handle);