]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py
authorRebecca Cran <rebecca@bsdio.com>
Mon, 11 Apr 2022 01:16:57 +0000 (19:16 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 May 2022 09:12:27 +0000 (09:12 +0000)
An error message in Scripts/Ds5/edk2_debugger.py was missing the word
'not'.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py

index 9713f8bfaca2c1accc338893e1fe7a4d931f88d2..4cd378dffd160cbddd6d5f4616d28304e7399fce 100644 (file)
@@ -222,4 +222,4 @@ class ArmPlatformDebugger:
             self.debug_info_table.load_all_symbols(self.verbose)\r
         except:\r
             # Debugger exception could be excepted if DRAM has not been initialized or if we have not started to run from DRAM yet\r
-            print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has been installed yet)"\r
+            print "Note: no symbols have been found in System Memory (possible cause: the UEFI permanent memory has not been installed yet)"\r