summaryrefslogtreecommitdiff
path: root/debugger/dbinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/dbinput.c')
-rw-r--r--debugger/dbinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/dbinput.c b/debugger/dbinput.c
index 29b51b6d75230..429a8b8143d75 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);