[BOOT:BOOTMGR] Print error message on failure
This commit is contained in:
parent
77d2f84e97
commit
7aac701cc1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user