mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Improve error message for "too many parent prefixes" condition.
Emit the full offending pathname in the error message.
This commit is contained in:
parent
4f01a9439b
commit
fbf126e7f6
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user