mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
fix(battery): Replace debug message with trace
This commit is contained in:
parent
fd88c60b97
commit
5f0a90722a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue