diff options
Diffstat (limited to 'namespace/nsnames.c')
-rw-r--r-- | namespace/nsnames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/namespace/nsnames.c b/namespace/nsnames.c index 9423d561b71a..7eb3e549bf93 100644 --- a/namespace/nsnames.c +++ b/namespace/nsnames.c @@ -191,7 +191,7 @@ AcpiNsBuildExternalPath ( if (Index != 0) { ACPI_ERROR ((AE_INFO, - "Could not construct external pathname; index=%X, size=%X, Path=%s", + "Could not construct external pathname; index=%u, size=%u, Path=%s", (UINT32) Index, (UINT32) Size, &NameBuffer[Size])); return (AE_BAD_PARAMETER); |