Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Jan 26, 2024
1 parent e2e62e5 commit 6bc6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def _FetchAllMessageEntries(self, LoggerInfo, OriginalOffset, StartOffset):
MessageEntries.extend(entries)

# Experimental: Try to creep through from here to the StartOffset,
# but we bail at the first failure.
# or until the end of this log, but we bail at the first failure.
CurrentOffset = LoggerInfo["LogCurrent"]
if NeedWrap:
# This means the start is in the middle of the buffer.
Expand Down

0 comments on commit 6bc6266

Please sign in to comment.