summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsopcode.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-01-30 10:40:45 -0800
committerRobert Moore <Robert.Moore@intel.com>2018-01-30 10:40:45 -0800
commit3a08436fe3bff297a6de162252964e955946c7d3 (patch)
tree288cc24b16867826bcfceaf9a9ae2a3b91ac67cb /source/components/dispatcher/dsopcode.c
parent1de399b3a551864163e3a109da54fbfafbffcfbd (diff)
downloadacpica-3a08436fe3bff297a6de162252964e955946c7d3.tar.gz
Update for some debug output. No functional change
Improve/simplify some of the debug messages.
Diffstat (limited to 'source/components/dispatcher/dsopcode.c')
-rw-r--r--source/components/dispatcher/dsopcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/dispatcher/dsopcode.c b/source/components/dispatcher/dsopcode.c
index 71928fb77..038993c77 100644
--- a/source/components/dispatcher/dsopcode.c
+++ b/source/components/dispatcher/dsopcode.c
@@ -752,8 +752,8 @@ AcpiDsEvalDataObjectOperands (
if (!Op->Common.Value.Arg)
{
ACPI_ERROR ((AE_INFO,
- "Dispatch: Missing child while executing TermArg for %X",
- Op->Common.AmlOpcode));
+ "Missing child while evaluating opcode %4.4X, Op %p",
+ Op->Common.AmlOpcode, Op));
return_ACPI_STATUS (AE_OK);
}