DynamicTablesPkg/AcpiPpttLibArm: Fix debug macro arguments

Cc: Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Alexei Fedorov <Alexei.Fedorov@arm.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
Michael Kubacki 2022-08-24 22:51:43 -04:00 committed by mergify[bot]
parent e495b1009a
commit e8a537d28d
1 changed files with 1 additions and 2 deletions

View File

@ -436,7 +436,6 @@ IsGicCTokenEqual (
"the same GICC Info object. ACPI Processor IDs are not unique. " \ "the same GICC Info object. ACPI Processor IDs are not unique. " \
"GicCToken = %p.\n", "GicCToken = %p.\n",
Index1, Index1,
IndexedObject1->Token,
Index2, Index2,
ProcNode1->GicCToken ProcNode1->GicCToken
)); ));
@ -566,7 +565,7 @@ AddProcHierarchyNodes (
DEBUG (( DEBUG ((
DEBUG_ERROR, DEBUG_ERROR,
"ERROR: PPTT: Failed to get parent processor hierarchy node " \ "ERROR: PPTT: Failed to get parent processor hierarchy node " \
"reference. Token = %p, Status = %r\n", "reference. ParentToken = %p. ChildToken = %p. Status = %r\n",
ProcInfoNode->ParentToken, ProcInfoNode->ParentToken,
ProcInfoNode->Token, ProcInfoNode->Token,
Status Status