From e65f617c6a79eb92c122310f35ddb8a496e729fd Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 11 Dec 2017 13:36:02 -0600 Subject: Add path to trace for missing property When a property can not be found after receiving a property changed signal include the path for the property on the journal entry. Change-Id: Ie0151b943914e02d38bf89760f8a16dc530aa89e Signed-off-by: Matthew Barth --- control/functor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'control') diff --git a/control/functor.hpp b/control/functor.hpp index de04226..06e8db9 100644 --- a/control/functor.hpp +++ b/control/functor.hpp @@ -96,7 +96,8 @@ struct PropertyChanged { log("Unable to find property on interface", entry("PROPERTY=%s", _property), - entry("INTERFACE=%s", _iface)); + entry("INTERFACE=%s", _iface), + entry("PATH=%s", _path)); return; } -- cgit v1.2.1