summaryrefslogtreecommitdiffstats
path: root/watchdog.cpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-15 16:33:39 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-15 16:33:39 +0530
commit50c30945b8195344da1b38bfc62dcb790f0eb29e (patch)
treeeaeecb2e89374e4045cda322ccecb638fde8e054 /watchdog.cpp
parentf2309dd978eacd53343b68e012a1406eaf484e2e (diff)
downloadphosphor-watchdog-50c30945b8195344da1b38bfc62dcb790f0eb29e.tar.gz
phosphor-watchdog-50c30945b8195344da1b38bfc62dcb790f0eb29e.zip
Remove logging Watchdog reset request
Since watchdog reset comes in very often, it floods the journal and hence it does not add any value. Change-Id: If36374511f7993126244e7c06da4bfa2dfcd0991 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'watchdog.cpp')
-rw-r--r--watchdog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/watchdog.cpp b/watchdog.cpp
index 8c019a3..de90567 100644
--- a/watchdog.cpp
+++ b/watchdog.cpp
@@ -87,9 +87,6 @@ uint64_t Watchdog::timeRemaining(uint64_t value)
// Enable the timer.
timer.setEnabled<std::true_type>();
- log<level::INFO>("watchdog: reset timer",
- entry("VALUE=%llu", value));
-
// Update Interval in Base class.
this->interval(value);
OpenPOWER on IntegriCloud