diff options
Diffstat (limited to 'common/dmextern.c')
-rw-r--r-- | common/dmextern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmextern.c b/common/dmextern.c index 29b15d805e94..5afd03419884 100644 --- a/common/dmextern.c +++ b/common/dmextern.c @@ -374,7 +374,7 @@ AcpiDmAddToExternalList ( (NextExternal->Value != Value)) { ACPI_ERROR ((AE_INFO, - "Argument count mismatch for method %s %d %d", + "Argument count mismatch for method %s %u %u", NextExternal->Path, NextExternal->Value, Value)); } |