summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/components/debugger/dbxface.c2
-rw-r--r--source/components/namespace/nsutils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbxface.c b/source/components/debugger/dbxface.c
index 02c4e5dbb..bfa7d7c78 100644
--- a/source/components/debugger/dbxface.c
+++ b/source/components/debugger/dbxface.c
@@ -379,7 +379,7 @@ AcpiDbSingleStep (
if ((AcpiGbl_DbOutputToFile) ||
(AcpiDbgLevel & ACPI_LV_PARSE))
{
- AcpiOsPrintf ("\n[AmlDebug] Next AML Opcode to execute:\n");
+ AcpiOsPrintf ("\nAML Debug: Next AML Opcode to execute:\n");
}
/*
diff --git a/source/components/namespace/nsutils.c b/source/components/namespace/nsutils.c
index 3ab7a0ebd..2b6f6fb8e 100644
--- a/source/components/namespace/nsutils.c
+++ b/source/components/namespace/nsutils.c
@@ -206,7 +206,7 @@ AcpiNsPrintNodePathname (
AcpiOsPrintf ("%s ", Message);
}
- AcpiOsPrintf ("[%s] (Node %p)", (char *) Buffer.Pointer, Node);
+ AcpiOsPrintf ("%s", (char *) Buffer.Pointer);
ACPI_FREE (Buffer.Pointer);
}
}