mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcMainLib: Apple FB info proxy failure should be non-fatal (for UGA)
This commit is contained in:
parent
da40a0518c
commit
2513487c78
@ -357,7 +357,7 @@ OcReinstallProtocols (
|
||||
}
|
||||
|
||||
if (OcAppleFbInfoInstallProtocol (Config->Uefi.ProtocolOverrides.AppleFramebufferInfo) == NULL) {
|
||||
DEBUG ((DEBUG_ERROR, "OC: Failed to install fb info protocol\n"));
|
||||
DEBUG ((DEBUG_INFO, "OC: Failed to install fb info protocol\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user