summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/utilities/uttrack.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/utilities/uttrack.c')
-rw-r--r--sys/contrib/dev/acpica/utilities/uttrack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/utilities/uttrack.c b/sys/contrib/dev/acpica/utilities/uttrack.c
index 5c48544..ddb35ef 100644
--- a/sys/contrib/dev/acpica/utilities/uttrack.c
+++ b/sys/contrib/dev/acpica/utilities/uttrack.c
@@ -282,7 +282,7 @@ AcpiUtAllocateZeroedAndTrack (
/* Report allocation error */
ACPI_ERROR ((Module, Line,
- "Could not allocate size %X", (UINT32) Size));
+ "Could not allocate size %u", (UINT32) Size));
return (NULL);
}
@@ -715,7 +715,7 @@ AcpiUtDumpAllocations (
else
{
ACPI_ERROR ((AE_INFO,
- "%d(%X) Outstanding allocations",
+ "%d(0x%X) Outstanding allocations",
NumOutstanding, NumOutstanding));
}
OpenPOWER on IntegriCloud