mirror of https://github.com/acidanthera/audk.git
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:
parent
e495b1009a
commit
e8a537d28d
|
@ -436,7 +436,6 @@ IsGicCTokenEqual (
|
|||
"the same GICC Info object. ACPI Processor IDs are not unique. " \
|
||||
"GicCToken = %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 = %p, Status = %r\n",
|
||||
"reference. ParentToken = %p. ChildToken = %p. Status = %r\n",
|
||||
ProcInfoNode->ParentToken,
|
||||
ProcInfoNode->Token,
|
||||
Status
|
||||
|
|
Loading…
Reference in New Issue