]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors
authorLaszlo Ersek <lersek@redhat.com>
Mon, 2 Mar 2015 16:19:26 +0000 (16:19 +0000)
committerlersek <lersek@Edk2>
Mon, 2 Mar 2015 16:19:26 +0000 (16:19 +0000)
commit1fce963d89f3e905fe4fcc3394b49dc3150c19cb
treefc589f1936cd8fe354941eb7e4ced233cba17ab4
parent22455087dc3750cc7eed0841cf77e8b6d410efde
ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors

PeCoffLoaderRelocateImageExtraAction() prints helpful debugger commands
for source level debugging. These messages should not be printed on the
EFI_D_ERROR level; they don't report errors. Change the debug level
(bitmask, actually) to EFI_D_LOAD | EFI_D_INFO, because the messages are
printed in relation to image loading, and they are informative.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16983 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.c