diff options
Diffstat (limited to 'source/components/dispatcher/dsdebug.c')
| -rw-r--r-- | source/components/dispatcher/dsdebug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index 527bbf7461d26..b28f443620876 100644 --- a/source/components/dispatcher/dsdebug.c +++ b/source/components/dispatcher/dsdebug.c @@ -96,7 +96,7 @@ AcpiDsPrintNodePathname (      Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; -    Status = AcpiNsHandleToPathname (Node, &Buffer, FALSE); +    Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE);      if (ACPI_SUCCESS (Status))      {          if (Message) | 
