summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe
diff options
context:
space:
mode:
authorhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 05:13:10 +0000
committerhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-27 05:13:10 +0000
commitf26b92e423f24064e229c6f87a08cffaea6ff522 (patch)
tree7273821ec48bf0c88f7402e0d66af475b140b45f /MdeModulePkg/Universal/BdsDxe
parent8792362f22e4fac66aeec04b13b7a6b70cb571e9 (diff)
downloadedk2-platforms-f26b92e423f24064e229c6f87a08cffaea6ff522.tar.xz
Correct data print format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5304 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c
index cb253c2fdf..fccf27963e 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c
+++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c
@@ -1504,7 +1504,7 @@ PrintBbsTable (
DEBUG (
(DEBUG_ERROR,
- " %02x: %04x %02x/%02x/%02x %02x/02%x %04x %04x %04x:%04x\n",
+ " %02x: %04x %02x/%02x/%02x %02x/%02x %04x %04x %04x:%04x\n",
(UINTN) Idx,
(UINTN) LocalBbsTable[Idx].BootPriority,
(UINTN) LocalBbsTable[Idx].Bus,