summaryrefslogtreecommitdiff
path: root/parser/psargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser/psargs.c')
-rw-r--r--parser/psargs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/psargs.c b/parser/psargs.c
index 78127e5d4d33..35cc45188a04 100644
--- a/parser/psargs.c
+++ b/parser/psargs.c
@@ -577,7 +577,7 @@ AcpiPsGetNextSimpleArg (
default:
- ACPI_ERROR ((AE_INFO, "Invalid ArgType %X", ArgType));
+ ACPI_ERROR ((AE_INFO, "Invalid ArgType 0x%X", ArgType));
return_VOID;
}
@@ -883,7 +883,7 @@ AcpiPsGetNextArg (
default:
- ACPI_ERROR ((AE_INFO, "Invalid ArgType: %X", ArgType));
+ ACPI_ERROR ((AE_INFO, "Invalid ArgType: 0x%X", ArgType));
Status = AE_AML_OPERAND_TYPE;
break;
}