From 5f0a90722a41452051eb7eec5627b11a6458000d Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 21 Jun 2016 07:50:05 +0200 Subject: [PATCH] fix(battery): Replace debug message with trace --- src/modules/battery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/battery.cpp b/src/modules/battery.cpp index 74e8a48e..988d6f5d 100644 --- a/src/modules/battery.cpp +++ b/src/modules/battery.cpp @@ -101,7 +101,7 @@ void BatteryModule::subthread_routine() this->sleep(dur); } - log_debug("Reached end of battery subthread"); + log_trace("Reached end of battery subthread"); } bool BatteryModule::on_event(InotifyEvent *event)