Skip to content

Commit dc620f7

Browse files
committed
fix wrong debug messages
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
1 parent 4627c26 commit dc620f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Library/OcConsoleLib/Eg2Info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ OcAppleEg2InfoInstallProtocol (
116116
UINT32 Attributes;
117117
UINT32 Rotation;
118118

119-
DEBUG ((DEBUG_VERBOSE, "OcAppleFbInfoInstallProtocol\n"));
119+
DEBUG ((DEBUG_VERBOSE, "OcAppleEg2InfoInstallProtocol\n"));
120120

121121
if (Reinstall) {
122122
Status = OcUninstallAllProtocolInstances (&gAppleEg2InfoProtocolGuid);

Library/OcMainLib/OpenCoreUefi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ OcReinstallProtocols (
438438
}
439439

440440
if (OcAppleEg2InfoInstallProtocol (Config->Uefi.ProtocolOverrides.AppleEg2Info) == NULL) {
441-
DEBUG ((DEBUG_INFO, "OC: Failed to install fb info protocol\n"));
441+
DEBUG ((DEBUG_INFO, "OC: Failed to install eg2 info protocol\n"));
442442
}
443443
}
444444

0 commit comments

Comments
 (0)