]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DumpDynPcd: Remove unsupported format specifiers
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Wed, 27 Jul 2022 08:45:03 +0000 (16:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 17 Aug 2022 07:45:58 +0000 (07:45 +0000)
commit64a20bea97e6a19651e639a9c24e5f4e37b70f81
tree93cabf6ae3a31b100956a69ccc650d89702a0a3a
parent3f282f451023234e16510516fbad20cd0ca04847
MdeModulePkg/DumpDynPcd: Remove unsupported format specifiers

Some print statements use format specifiers like %N/%H/%E/%B that are
only supported in the shell print functions. In the ordinary 'Print'
function they are just displayed as letters N/H/E/B.
Remove these unsupported format specifiers from the 'Print' statements
to fix the issue.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.c