mirror of https://github.com/nirenjan/libx52.git
Remove trace logging in device update thread
Having the trace log in there adds unnecessary logging for no real reason. It is better to disable the log here to help trace other portions of the daemon.reverse-scroll
parent
c45a84bd38
commit
6175dcabe6
|
@ -81,7 +81,6 @@ static void *x52_dev_upd(void *param)
|
|||
for (;;) {
|
||||
#define UPDATE_CHECK_DELAY 50000
|
||||
if (!device_update_needed) {
|
||||
PINELOG_TRACE("No update needed to the device. Checking again in %d ms", UPDATE_CHECK_DELAY/1000);
|
||||
usleep(UPDATE_CHECK_DELAY);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue