ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py
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>
This commit is contained in:
Родитель
4092f1d397
Коммит
daa6cd8763
|
@ -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)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче