aboutsummaryrefslogtreecommitdiff
path: root/namespace/nsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'namespace/nsutils.c')
-rw-r--r--namespace/nsutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/namespace/nsutils.c b/namespace/nsutils.c
index ee40473aaf3e..98ec9ff3c4b6 100644
--- a/namespace/nsutils.c
+++ b/namespace/nsutils.c
@@ -389,7 +389,7 @@ AcpiNsLocal (
{
/* Type code out of range */
- ACPI_WARNING ((AE_INFO, "Invalid Object Type %X", Type));
+ ACPI_WARNING ((AE_INFO, "Invalid Object Type 0x%X", Type));
return_UINT32 (ACPI_NS_NORMAL);
}
@@ -965,7 +965,7 @@ AcpiNsOpensScope (
{
/* type code out of range */
- ACPI_WARNING ((AE_INFO, "Invalid Object Type %X", Type));
+ ACPI_WARNING ((AE_INFO, "Invalid Object Type 0x%X", Type));
return_UINT32 (ACPI_NS_NORMAL);
}