summaryrefslogtreecommitdiff
path: root/common/dmextern.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-03-05 19:58:45 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-03-05 19:58:45 +0000
commit6e5c66621e4fd1bac329fef86cb2c60491b539a9 (patch)
tree0be33ec592058c38b9f9acfda3c00ed09663ccd8 /common/dmextern.c
parentf154176708d42f8a4778e3cf4b55e45b4a2be545 (diff)
Notes
Diffstat (limited to 'common/dmextern.c')
-rw-r--r--common/dmextern.c2
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));
}