commit | 84f105b7f83bcafc28f3b9c30592cd754af44719 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Apr 25 15:20:38 2018 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Wed May 09 10:15:35 2018 -0500 |
tree | 3afe2589b01511ec7515b5da53d297198e322aa6 | |
parent | 33618bc1845e5e7c4e12a2d2ed7f1c47a6a03de1 [diff] |
Presence: Fix a log metadata entry Change-Id: I2d7b154de98bef1cb518d036496828c57a391144 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/presence/tach.cpp b/presence/tach.cpp index 10eb4f2..a784f94 100644 --- a/presence/tach.cpp +++ b/presence/tach.cpp
@@ -73,7 +73,7 @@ std::get<int64_t>(s) = 0; log<level::INFO>( "Unable to read fan tach sensor.", - entry("SENSOR=%s", tachPath)); + entry("SENSOR=%s", tachPath.c_str())); } }