diff --git a/xtldr/xtldr.c b/xtldr/xtldr.c index 11473e1..be8d90d 100644 --- a/xtldr/xtldr.c +++ b/xtldr/xtldr.c @@ -166,7 +166,7 @@ BlLoadEfiModules() } else { - BlDbgPrint(L"ERROR: Unable to load module\n"); + BlDbgPrint(L"ERROR: Unable to load module (Status code: %lx)\n", Status); } /* Free memory and skip module */