fix(battery): Replace debug message with trace
This commit is contained in:
parent
fd88c60b97
commit
5f0a90722a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user