diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-28 18:46:48 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-28 18:46:48 +0000 |
| commit | f2bf96d30fe08965ffd53a28099131ac030e43d5 (patch) | |
| tree | 2429d13f44367948f54b059645bd882e2e28f2d4 /debugger/dbinput.c | |
| parent | 5b663f0c698a9ecf7e562f7f7f730d056e499b5f (diff) | |
Import ACPICA 20100528.vendor/acpica/20100528
Notes
svn path=/vendor-sys/acpica/dist/; revision=208625
svn path=/vendor-sys/acpica/20100528/; revision=208626; tag=vendor/acpica/20100528
Diffstat (limited to 'debugger/dbinput.c')
| -rw-r--r-- | debugger/dbinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
