1
0
Fork 0
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:
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);
}
log_debug("Reached end of battery subthread");
log_trace("Reached end of battery subthread");
}
bool BatteryModule::on_event(InotifyEvent *event)