diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 18:18:00 +0000 |
| commit | 04f27355c01cb894338c3382792c0c2b75c86239 (patch) | |
| tree | 1eacbedc15cb558e6ca546ff15e375a14d717ca7 /source/components/parser/psloop.c | |
| parent | 30321a234a02f257e7f87456c8660064d7acdbfd (diff) | |
Notes
Diffstat (limited to 'source/components/parser/psloop.c')
| -rw-r--r-- | source/components/parser/psloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/parser/psloop.c b/source/components/parser/psloop.c index fd868f50f769..74e8f0d6ebda 100644 --- a/source/components/parser/psloop.c +++ b/source/components/parser/psloop.c @@ -283,7 +283,7 @@ AcpiPsGetArguments ( } ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, - "Final argument count: %u pass %u\n", + "Final argument count: %8.8X pass %u\n", WalkState->ArgCount, WalkState->PassNumber)); /* @@ -697,7 +697,7 @@ AcpiPsParseLoop ( /* Check for arguments that need to be processed */ ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, - "Parseloop: argument count: %u\n", WalkState->ArgCount)); + "Parseloop: argument count: %8.8X\n", WalkState->ArgCount)); if (WalkState->ArgCount) { |
