summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2017-05-24 10:41:47 -0700
committerRobert Moore <Robert.Moore@intel.com>2017-05-24 10:41:47 -0700
commit809c1766598c7f3decaeeba2c6ed603c538d0270 (patch)
tree13ddf4d3e81d21c57e9c4db7f378f4919d31f6fc /source
parentffef4ae9a1b6032ebadeab2c2b806f0e585f0006 (diff)
downloadacpica-809c1766598c7f3decaeeba2c6ed603c538d0270.tar.gz
Update a couple of debug output messages
Cleanup output.
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);
}
}