diff --git a/BOOT/ENVIRON/APP/BOOTMGR/bootmgr.c b/BOOT/ENVIRON/APP/BOOTMGR/bootmgr.c index 35b37df..ed74cd1 100644 --- a/BOOT/ENVIRON/APP/BOOTMGR/bootmgr.c +++ b/BOOT/ENVIRON/APP/BOOTMGR/bootmgr.c @@ -49,6 +49,7 @@ Return Value: // Status = BlInitializeLibrary(InputParameters, &LibraryParameters); if (!NT_SUCCESS(Status)) { + ConsolePrintf(L"BlInitializeLibrary() failed: 0x%x\r\n", Status); goto Exit; }