summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeCapsuleLibFmp
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2016-12-10 15:08:16 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-12-13 11:05:41 +0800
commit2961c65425df42e31554bdeb3f6af0451580f047 (patch)
tree65843460f4df572f2f727badf2b5b804dfcf6af7 /MdeModulePkg/Library/DxeCapsuleLibFmp
parent94a1bc1212edf521b7c96bfb9dc653818c95bec7 (diff)
downloadedk2-2961c65425df42e31554bdeb3f6af0451580f047.tar.gz
edk2-2961c65425df42e31554bdeb3f6af0451580f047.tar.bz2
edk2-2961c65425df42e31554bdeb3f6af0451580f047.zip
MdeModulePkg/CapsuleLib: Correct debug message.
Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/DxeCapsuleLibFmp')
-rw-r--r--MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c
index b3d31b8a4d..5d4670997c 100644
--- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c
+++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c
@@ -1008,7 +1008,7 @@ ProcessFmpCapsuleImage (
if (IsFmpCapsuleProcessed(CapsuleHeader, Index - FmpCapsuleHeader->EmbeddedDriverCount, ImageHeader)) {
DEBUG((DEBUG_INFO, "FMP Capsule already processed (%g):", CapsuleHeader));
- DEBUG((DEBUG_INFO, "ImageTypeId - %g, ", ImageHeader->UpdateImageTypeId));
+ DEBUG((DEBUG_INFO, "ImageTypeId - %g, ", &ImageHeader->UpdateImageTypeId));
DEBUG((DEBUG_INFO, "PayloadIndex - 0x%x, ImageIndex - 0x%x\n", Index - FmpCapsuleHeader->EmbeddedDriverCount, ImageHeader->UpdateImageIndex));
continue;
}