From 64f79070382e34ea49cb461c62b2c8484e67e4a4 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sat, 30 May 2020 23:32:24 +0300 Subject: [PATCH] OcBootManagementLib: Make failed image loading a warning --- Library/OcBootManagementLib/BootEntryManagement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcBootManagementLib/BootEntryManagement.c b/Library/OcBootManagementLib/BootEntryManagement.c index 1f79a56f..b0a28bf9 100644 --- a/Library/OcBootManagementLib/BootEntryManagement.c +++ b/Library/OcBootManagementLib/BootEntryManagement.c @@ -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;