summaryrefslogtreecommitdiff
path: root/dispatcher/dsmethod.c
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/dsmethod.c')
-rw-r--r--dispatcher/dsmethod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatcher/dsmethod.c b/dispatcher/dsmethod.c
index 29153b0754a0..969c9ca23e39 100644
--- a/dispatcher/dsmethod.c
+++ b/dispatcher/dsmethod.c
@@ -318,7 +318,7 @@ AcpiDsBeginMethodExecution (
(WalkState->Thread->CurrentSyncLevel > ObjDesc->Method.Mutex->Mutex.SyncLevel))
{
ACPI_ERROR ((AE_INFO,
- "Cannot acquire Mutex for method [%4.4s], current SyncLevel is too large (%d)",
+ "Cannot acquire Mutex for method [%4.4s], current SyncLevel is too large (%u)",
AcpiUtGetNodeName (MethodNode),
WalkState->Thread->CurrentSyncLevel));