summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-05-09 09:22:00 -0500
committerMatthew Barth <msbarth@us.ibm.com>2018-05-09 10:15:35 -0500
commit9af27f65bffea7a90d29f4c558a1c4c20616a069 (patch)
treede21306505e2cd165be28cc52c84fa4694a7049b
parentba7b5fea818f65949cd074de9322094d3c54fb7b (diff)
downloadphosphor-fan-presence-9af27f65bffea7a90d29f4c558a1c4c20616a069.tar.gz
phosphor-fan-presence-9af27f65bffea7a90d29f4c558a1c4c20616a069.zip
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 <msbarth@us.ibm.com>
-rw-r--r--control/functor.hpp5
1 files changed, 0 insertions, 5 deletions
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<level::INFO>(
- "Property not used, unless PropertyChanged signal received",
- entry("PATH=%s", _path),
- entry("INTERFACE=%s", _iface),
- entry("PROPERTY=%s", _property));
}
}
}
OpenPOWER on IntegriCloud