From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.9486.1651071601251549739 for ; Wed, 27 Apr 2022 08:00:01 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E0D5CED1; Wed, 27 Apr 2022 08:00:00 -0700 (PDT) Received: from pierre123.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C59123F73B; Wed, 27 Apr 2022 07:59:59 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [PATCH edk2-platforms v1 2/3] Platform/ARM: Juno: Print debug values in right order Date: Wed, 27 Apr 2022 16:59:42 +0200 Message-Id: <20220427145943.402487-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220427145943.402487-1-Pierre.Gondois@arm.com> References: <20220427145943.402487-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois The values printed in the 'DEBUG' are not printed in the right order. Re-order them. Signed-off-by: Pierre Gondois --- .../ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManag= erDxe/ConfigurationManager.c b/Platform/ARM/JunoPkg/ConfigurationManager/= ConfigurationManagerDxe/ConfigurationManager.c index 977aba5da5c4..d147bbc317db 100644 --- a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/C= onfigurationManager.c +++ b/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/C= onfigurationManager.c @@ -790,8 +790,8 @@ HandleCmObjectSearchPlatformRepo ( DEBUG (( DEBUG_INFO, "INFO: Token =3D 0x%p, CmObjectId =3D %x, Ptr =3D 0x%p, Size =3D %d,= Count =3D %d\n", - CmObjectId, (VOID*)Token, + CmObjectId, CmObjectDesc->Data, CmObjectDesc->Size, CmObjectDesc->Count --=20 2.25.1