Kernel/x86 - Report ACPICA cache name on exhaustion
authorJohn Hodge (sonata) <[email protected]>
Sat, 30 Mar 2013 04:47:54 +0000 (12:47 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 30 Mar 2013 04:47:54 +0000 (12:47 +0800)
KernelLand/Kernel/arch/x86/acpica.c

index c2e5888..a7a0883 100644 (file)
@@ -192,7 +192,7 @@ void *AcpiOsAcquireObject(ACPI_CACHE_T *Cache)
                }
        }
 
-       Log_Debug("ACPICA", "AcpiOsAcquireObject: %i objects used", Cache->nObj);       
+       Log_Debug("ACPICA", "AcpiOsAcquireObject: %i objects used in cache '%s'", Cache->nObj, Cache->Name);
 
        LEAVE('n');
        return NULL;

UCC git Repository :: git.ucc.asn.au