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:
Rebecca Cran 2022-04-10 19:16:57 -06:00 коммит произвёл mergify[bot]
Родитель 4092f1d397
Коммит daa6cd8763
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)"