diff options
Diffstat (limited to 'source/components/utilities/utcache.c')
| -rw-r--r-- | source/components/utilities/utcache.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/components/utilities/utcache.c b/source/components/utilities/utcache.c index 881dbf350ea6..b324f28cff03 100644 --- a/source/components/utilities/utcache.c +++ b/source/components/utilities/utcache.c @@ -415,8 +415,9 @@ AcpiOsAcquireObject ( Cache->CurrentDepth--; ACPI_MEM_TRACKING (Cache->Hits++); - ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, - "Object %p from %s cache\n", Object, Cache->ListName)); + ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC, + "%s: Object %p from %s cache\n", + ACPI_GET_FUNCTION_NAME, Object, Cache->ListName)); Status = AcpiUtReleaseMutex (ACPI_MTX_CACHES); if (ACPI_FAILURE (Status)) |
