mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Make failed image loading a warning
This commit is contained in:
parent
fa71035432
commit
64f7907038
@ -1813,7 +1813,7 @@ OcLoadBootEntry (
|
||||
InternalUnloadDmg (&DmgLoadContext);
|
||||
}
|
||||
} else {
|
||||
DEBUG ((DEBUG_ERROR, "OCB: LoadImage failed - %r\n", Status));
|
||||
DEBUG ((DEBUG_WARN, "OCB: LoadImage failed - %r\n", Status));
|
||||
}
|
||||
|
||||
return Status;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user