OcBootManagementLib: Make failed image loading a warning

This commit is contained in:
vit9696 2020-05-30 23:32:24 +03:00
parent fa71035432
commit 64f7907038

View File

@ -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;