add debug msgs

This commit is contained in:
PolynomialDivision 2017-12-19 10:48:59 +01:00
parent ec3996c883
commit 9569a87ca5
2 changed files with 7 additions and 0 deletions

View file

@ -619,6 +619,7 @@ static int ubus_get_clients() {
void update_clients(struct uloop_timeout *t) {
ubus_get_clients();
// maybe to much?! don't set timer again...
uloop_timeout_set(&client_timer, timeout_config.update_client * 1000);
}