An error message in Scripts/Ds5/edk2_debugger.py was missing the word
'not'.

Signed-off-by: Rebecca Cran <rebe...@bsdio.com>
---
 ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py 
b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py
index 9713f8bfaca2..4cd378dffd16 100644
--- a/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py
+++ b/ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py
@@ -222,4 +222,4 @@ class ArmPlatformDebugger:
             self.debug_info_table.load_all_symbols(self.verbose)
         except:
             # Debugger exception could be excepted if DRAM has not been 
initialized or if we have not started to run from DRAM yet
-            print "Note: no symbols have been found in System Memory (possible 
cause: the UEFI permanent memory has been installed yet)"
+            print "Note: no symbols have been found in System Memory (possible 
cause: the UEFI permanent memory has not been installed yet)"
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88671): https://edk2.groups.io/g/devel/message/88671
Mute This Topic: https://groups.io/mt/90385956/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to