From 9af27f65bffea7a90d29f4c558a1c4c20616a069 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 9 May 2018 09:22:00 -0500 Subject: Remove property change trace Fan control is required to be configured for all possible temperature sensors within a machine type, however not every configuration of that machine type contains all of those sensors. The trace removed here was filling the journal with unnecessary entries for sensors that are expected to not be present. Tested: Journal entry is not longer traced Change-Id: Iccb85ae7e9463ee03522ce4efde6410ed14a76ca Signed-off-by: Matthew Barth --- control/functor.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'control/functor.hpp') diff --git a/control/functor.hpp b/control/functor.hpp index 2ca047c..17ae3af 100644 --- a/control/functor.hpp +++ b/control/functor.hpp @@ -117,11 +117,6 @@ struct PropertyChanged { // Property will not be used unless a property changed // signal message is received for this property. - log( - "Property not used, unless PropertyChanged signal received", - entry("PATH=%s", _path), - entry("INTERFACE=%s", _iface), - entry("PROPERTY=%s", _property)); } } } -- cgit v1.2.1