summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/dispatcher/dsdebug.c')
-rw-r--r--source/components/dispatcher/dsdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c
index 527bbf7461d2..b28f44362087 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)