From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.4508.1662157377350690504 for ; Fri, 02 Sep 2022 15:22:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=JIRUFn38; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 7E8F120477A0; Fri, 2 Sep 2022 15:22:56 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7E8F120477A0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1662157377; bh=ku8pFSHJV2XWSDmgsX2OPs/cu0XFut1Ujnbusw9G5NE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JIRUFn38Lb4wKJaWaCnABNdnevnFOCG1Kw/N/RoBYakIj+4QFSsCScmtBfJMrxoRh 0nt3j0Sv4R4wpVcGc/p8bdbu2Qsa5BkdGRoE4L/VnKiTkfiCbtQ2qHySvcKV8P5sS3 6Yi1XyCSw8eRh7316Y85mAC6j2SQ9BO9ZoB9v8HQ= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Sami Mujawar Subject: [PATCH v3 6/8] DynamicTablesPkg/AcpiPpttLibArm: Fix debug macro arguments Date: Fri, 2 Sep 2022 18:22:04 -0400 Message-Id: <20220902222206.1509-7-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220902222206.1509-1-mikuback@linux.microsoft.com> References: <20220902222206.1509-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki Cc: Sami Mujawar Cc: Alexei Fedorov Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerat= or.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c index 59001378c4e0..78fa63ff47e5 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c @@ -436,7 +436,6 @@ IsGicCTokenEqual ( "the same GICC Info object. ACPI Processor IDs are not unique. " \ "GicCToken =3D %p.\n", Index1, - IndexedObject1->Token, Index2, ProcNode1->GicCToken )); @@ -566,7 +565,7 @@ AddProcHierarchyNodes ( DEBUG (( DEBUG_ERROR, "ERROR: PPTT: Failed to get parent processor hierarchy node " = \ - "reference. Token =3D %p, Status =3D %r\n", + "reference. ParentToken =3D %p. ChildToken =3D %p. Status =3D = %r\n", ProcInfoNode->ParentToken, ProcInfoNode->Token, Status --=20 2.28.0.windows.1