From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CF9B682104 for ; Sun, 11 Dec 2016 22:36:23 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 11 Dec 2016 22:36:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,334,1477983600"; d="scan'208";a="1097890695" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 11 Dec 2016 22:36:22 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 11 Dec 2016 22:36:14 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 11 Dec 2016 22:36:14 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.9]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.11]) with mapi id 14.03.0248.002; Mon, 12 Dec 2016 14:35:42 +0800 From: "Zeng, Star" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Tian, Feng" , "Zeng, Star" Thread-Topic: [PATCH] MdeModulePkg/CapsuleLib: Correct debug message. Thread-Index: AQHSUrRRb585/FV1w0WvJ+pNzo9XF6ED3m+A Date: Mon, 12 Dec 2016 06:35:42 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B7B2231@SHSMSX104.ccr.corp.intel.com> References: <1481353731-14004-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1481353731-14004-1-git-send-email-jiewen.yao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] MdeModulePkg/CapsuleLib: Correct debug message. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 06:36:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Yao, Jiewen=20 Sent: Saturday, December 10, 2016 3:09 PM To: edk2-devel@lists.01.org Cc: Tian, Feng ; Zeng, Star Subject: [PATCH] MdeModulePkg/CapsuleLib: Correct debug message. Cc: Feng Tian Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c b/MdeMod= ulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c index b3d31b8..5d46709 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c @@ -1008,7 +1008,7 @@ ProcessFmpCapsuleImage ( =20 if (IsFmpCapsuleProcessed(CapsuleHeader, Index - FmpCapsuleHeade= r->EmbeddedDriverCount, ImageHeader)) { DEBUG((DEBUG_INFO, "FMP Capsule already processed (%g):", Caps= uleHeader)); - DEBUG((DEBUG_INFO, "ImageTypeId - %g, ", ImageHeader->UpdateIm= ageTypeId)); + DEBUG((DEBUG_INFO, "ImageTypeId - %g, ", &ImageHeader->UpdateI= mageTypeId)); DEBUG((DEBUG_INFO, "PayloadIndex - 0x%x, ImageIndex - 0x%x\n",= Index - FmpCapsuleHeader->EmbeddedDriverCount, ImageHeader->UpdateImageInd= ex)); continue; } --=20 2.7.4.windows.1