Improve error message for "too many parent prefixes" condition.

Emit the full offending pathname in the error message.
This commit is contained in:
Robert Moore 2013-07-26 12:24:05 -07:00
parent 4f01a9439b
commit fbf126e7f6

View File

@ -520,8 +520,8 @@ AcpiNsLookup (
/* Current scope has no parent scope */
ACPI_ERROR ((AE_INFO,
"ACPI path has too many parent prefixes (^) "
"- reached beyond root node"));
"%s: Path has too many parent prefixes (^) "
"- reached beyond root node", Pathname));
return_ACPI_STATUS (AE_NOT_FOUND);
}
}