summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dswscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dswscope.c')
-rw-r--r--sys/contrib/dev/acpica/dswscope.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/dswscope.c b/sys/contrib/dev/acpica/dswscope.c
index d34808e..92736f5 100644
--- a/sys/contrib/dev/acpica/dswscope.c
+++ b/sys/contrib/dev/acpica/dswscope.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dswscope - Scope stack manipulation
- * $Revision: 52 $
+ * $Revision: 53 $
*
*****************************************************************************/
@@ -156,7 +156,7 @@ AcpiDsScopeStackClear (
WalkState->ScopeInfo = ScopeInfo->Scope.Next;
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
- "Popped object type %X\n", ScopeInfo->Common.Value));
+ "Popped object type (%s)\n", AcpiUtGetTypeName (ScopeInfo->Common.Value)));
AcpiUtDeleteGenericState (ScopeInfo);
}
}
@@ -261,7 +261,7 @@ AcpiDsScopeStackPop (
}
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
- "Popped object type %X\n", ScopeInfo->Common.Value));
+ "Popped object type (%s)\n", AcpiUtGetTypeName (ScopeInfo->Common.Value)));
AcpiUtDeleteGenericState (ScopeInfo);
OpenPOWER on IntegriCloud