From 6bc62664022b9c500bbbfe46c33d38abe76bbe45 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Thu, 25 Jan 2024 17:30:07 -0800 Subject: [PATCH] Update the comment --- AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py b/AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py index 9dcd2bda36..9b6d9306f6 100644 --- a/AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py +++ b/AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py @@ -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.