diff --git a/source/components/parser/psxface.c b/source/components/parser/psxface.c index a0c569a27..cf248c40f 100644 --- a/source/components/parser/psxface.c +++ b/source/components/parser/psxface.c @@ -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); }