summaryrefslogtreecommitdiffstats
path: root/control/functor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/functor.hpp')
-rw-r--r--control/functor.hpp3
1 files changed, 2 insertions, 1 deletions
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<level::ERR>("Unable to find property on interface",
entry("PROPERTY=%s", _property),
- entry("INTERFACE=%s", _iface));
+ entry("INTERFACE=%s", _iface),
+ entry("PATH=%s", _path));
return;
}
OpenPOWER on IntegriCloud