Skip to content

Commit

Permalink
OvmfPkg: remove last instances of EFI_D_
Browse files Browse the repository at this point in the history
Change debug print levels to modern DEBUG_ format.

Signed-off-by: Leif Lindholm <[email protected]>
  • Loading branch information
leiflindholm authored and mergify[bot] committed Jul 31, 2024
1 parent 9df400f commit e2528a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OvmfPkg/Library/HardwareInfoLib/HardwareInfoDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ CreateHardwareInfoList (

FailedAllocate:
DEBUG ((
EFI_D_ERROR,
DEBUG_ERROR,
"%a: Failed to allocate memory for hardware info\n",
__func__
));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ InitRtc (
MmioWrite32 (mRtcBase + RTC_CTRL_REG, Val);
mInitialized = TRUE;
} else {
DebugPrint (EFI_D_INFO, "RTC register address not found!\n");
DebugPrint (DEBUG_INFO, "RTC register address not found!\n");
ASSERT (FALSE);
}
}
Expand Down

0 comments on commit e2528a5

Please sign in to comment.