From f2bf96d30fe08965ffd53a28099131ac030e43d5 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 28 May 2010 18:46:48 +0000 Subject: Import ACPICA 20100528. --- debugger/dbinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugger/dbinput.c') diff --git a/debugger/dbinput.c b/debugger/dbinput.c index 29b51b6d7523..429a8b8143d7 100644 --- a/debugger/dbinput.c +++ b/debugger/dbinput.c @@ -613,7 +613,7 @@ AcpiDbCommandDispatch ( if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) { - AcpiOsPrintf ("%d parameters entered, [%s] requires %d parameters\n", + AcpiOsPrintf ("%u parameters entered, [%s] requires %u parameters\n", ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, AcpiGbl_DbCommands[CommandIndex].MinArgs); -- cgit v1.3