Improved debug message

date	2002.08.14.20.34.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:59:55 +00:00
parent 96eaabc768
commit 78c4f6b711

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exutils - interpreter/scanner utilities
* $Revision: 1.102 $
* $Revision: 1.103 $
*
*****************************************************************************/
@ -363,7 +363,8 @@ AcpiExReleaseGlobalLock (
{
/* Report the error, but there isn't much else we can do */
ACPI_REPORT_ERROR (("Could not release ACPI Global Lock\n"));
ACPI_REPORT_ERROR (("Could not release ACPI Global Lock, %s\n",
AcpiFormatException (Status)));
}
}