We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627c26 commit dc620f7Copy full SHA for dc620f7
2 files changed
Library/OcConsoleLib/Eg2Info.c
@@ -116,7 +116,7 @@ OcAppleEg2InfoInstallProtocol (
116
UINT32 Attributes;
117
UINT32 Rotation;
118
119
- DEBUG ((DEBUG_VERBOSE, "OcAppleFbInfoInstallProtocol\n"));
+ DEBUG ((DEBUG_VERBOSE, "OcAppleEg2InfoInstallProtocol\n"));
120
121
if (Reinstall) {
122
Status = OcUninstallAllProtocolInstances (&gAppleEg2InfoProtocolGuid);
Library/OcMainLib/OpenCoreUefi.c
@@ -438,7 +438,7 @@ OcReinstallProtocols (
438
}
439
440
if (OcAppleEg2InfoInstallProtocol (Config->Uefi.ProtocolOverrides.AppleEg2Info) == NULL) {
441
- DEBUG ((DEBUG_INFO, "OC: Failed to install fb info protocol\n"));
+ DEBUG ((DEBUG_INFO, "OC: Failed to install eg2 info protocol\n"));
442
443
444
0 commit comments