summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-02-02 10:36:30 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-06 01:43:50 +0000
commit63eeef1e8ce5a88de218feacd9517dda92c6746f (patch)
tree859fcc7ed7ccfd4b237dbf1eeef40905bf97c8f1
parente335ed9dd1503c2a736996c1de9d6700742a7d8f (diff)
downloadphosphor-watchdog-63eeef1e8ce5a88de218feacd9517dda92c6746f.tar.gz
phosphor-watchdog-63eeef1e8ce5a88de218feacd9517dda92c6746f.zip
Revert "watchdog: Log watchdog updates for debug"
Current users of this code like the witherspoon platform generate a lot of debug messages that they save to flash. While this seems like it should be solved by not persisting debug messages lets back off on this extra messaging for now. This reverts commit 539f56069b07f39413789fa9ae4c7085fbc092b4. Change-Id: If0e2161c15447df8d1a4804e9e061f1d9aa35c5c Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--watchdog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/watchdog.cpp b/watchdog.cpp
index 8d5cbbe..d0dc7f0 100644
--- a/watchdog.cpp
+++ b/watchdog.cpp
@@ -79,9 +79,6 @@ uint64_t Watchdog::timeRemaining(uint64_t value)
// Disable the timer
timer.setEnabled<std::false_type>();
- log<level::DEBUG>("watchdog: update time remaining",
- entry("INTERVAL=%llu", value));
-
// Timer handles all in microseconds and hence converting
auto usec = duration_cast<microseconds>(
milliseconds(value));
OpenPOWER on IntegriCloud