Skip to content

Commit

Permalink
Added logging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Jan 26, 2024
1 parent cf31623 commit 9c7b16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ def _GetLines(self, lines, LoggerInfo):
(MessageEntry, _) = self._ReadMessageEntry(LoggerInfo)
CurrentOffset = LoggerInfo["InFile"].tell()
if MessageEntry is None:
print(f"Warning at {CurrentOffset}: MessageEntry is None!!!")
break
MessageEntries.append(MessageEntry)

Expand Down

0 comments on commit 9c7b16a

Please sign in to comment.