date 2001.11.06.21.27.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 18:14:45 +00:00
parent 5503084854
commit e6fcfb0538

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psxface - Parser external interfaces
* $Revision: 1.54 $
* $Revision: 1.55 $
*
*****************************************************************************/
@ -292,7 +292,7 @@ AcpiPsxExecute (
if (ACPI_FAILURE (Status))
{
REPORT_ERROR (("Method execution failed, %s\n", AcpiFormatException (Status)));
DUMP_PATHNAME (MethodNode, "Method pathname and nodeq: ",
DUMP_PATHNAME (MethodNode, "Method pathname: ",
ACPI_LV_ERROR, _COMPONENT);
}