fix(battery): Replace debug message with trace

This commit is contained in:
Michael Carlberg 2016-06-21 07:50:05 +02:00
parent fd88c60b97
commit 5f0a90722a

View File

@ -101,7 +101,7 @@ void BatteryModule::subthread_routine()
this->sleep(dur); this->sleep(dur);
} }
log_debug("Reached end of battery subthread"); log_trace("Reached end of battery subthread");
} }
bool BatteryModule::on_event(InotifyEvent *event) bool BatteryModule::on_event(InotifyEvent *event)