diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-08-23 18:01:58 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-08-23 18:01:58 +0000 | 
| commit | 59ce063597ddbda74269a45aba8187dece2fe00a (patch) | |
| tree | 89234dd9f502de2faaf4a280ccd0d3785a7ae96f /source/components/namespace/nsaccess.c | |
| parent | dbded195f9840f9044a6828c8877c6bf0a956482 (diff) | |
Notes
Diffstat (limited to 'source/components/namespace/nsaccess.c')
| -rw-r--r-- | source/components/namespace/nsaccess.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/source/components/namespace/nsaccess.c b/source/components/namespace/nsaccess.c index ad94f6c16ea5..d1271a44387b 100644 --- a/source/components/namespace/nsaccess.c +++ b/source/components/namespace/nsaccess.c @@ -448,8 +448,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);                  }              } | 
