summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbobject.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
commitb9098066cd6284319bca922f13e59517f774a103 (patch)
treef01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/components/debugger/dbobject.c
parent1e24cf365bc9c8df179b145c90d52852724e54ee (diff)
Notes
Diffstat (limited to 'source/components/debugger/dbobject.c')
-rw-r--r--source/components/debugger/dbobject.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/components/debugger/dbobject.c b/source/components/debugger/dbobject.c
index 019e8115fc0d..da9ff396101b 100644
--- a/source/components/debugger/dbobject.c
+++ b/source/components/debugger/dbobject.c
@@ -495,7 +495,8 @@ AcpiDbDecodeLocals (
}
else
{
- AcpiOsPrintf ("No Local Variables are initialized for method [%4.4s]\n",
+ AcpiOsPrintf (
+ "No Local Variables are initialized for method [%4.4s]\n",
AcpiUtGetNodeName (Node));
}
}
@@ -572,7 +573,8 @@ AcpiDbDecodeArguments (
}
else
{
- AcpiOsPrintf ("No Arguments are initialized for method [%4.4s]\n",
+ AcpiOsPrintf (
+ "No Arguments are initialized for method [%4.4s]\n",
AcpiUtGetNodeName (Node));
}
}