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)