Skip to content

Commit

Permalink
Update AdvLoggerPkg/Library/AdvancedLoggerLib/DxeCore/AdvancedLoggerL…
Browse files Browse the repository at this point in the history
…ib.c

Co-authored-by: Michael Kubacki <[email protected]>
  • Loading branch information
kuqin12 and makubacki authored Nov 3, 2023
1 parent 05b2f0c commit f5f21fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ OnRealTimeClockArchNotification (
if (mLoggerInfo != NULL) {
Status = SystemTable->RuntimeServices->GetTime ((EFI_TIME *)&mLoggerInfo->Time, NULL);
if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_INFO, "%a: error getting real time. Code=%r\n", __FUNCTION__, Status));
DEBUG ((DEBUG_ERROR, "%a: error getting real time. Code=%r\n", __func__, Status));

} else {
mLoggerInfo->TicksAtTime = GetPerformanceCounter ();
}
Expand Down

0 comments on commit f5f21fe

Please sign in to comment.