|
|
|
@ -1410,7 +1410,7 @@ static void reconnect_clients(sdata_t *sdata)
|
|
|
|
|
ck_runlock(&sdata->instance_lock); |
|
|
|
|
|
|
|
|
|
if (reconnects) { |
|
|
|
|
LOGNOTICE("%d clients flagged for reconnect to global proxy %d", |
|
|
|
|
LOGINFO("%d clients flagged for reconnect to global proxy %d", |
|
|
|
|
reconnects, proxy->id); |
|
|
|
|
} |
|
|
|
|
if (headroom < 0) |
|
|
|
@ -1649,7 +1649,7 @@ static void check_userproxies(sdata_t *sdata, const int userid)
|
|
|
|
|
ck_runlock(&sdata->instance_lock); |
|
|
|
|
|
|
|
|
|
if (reconnects) { |
|
|
|
|
LOGNOTICE("%d clients flagged for reconnect to user %d proxies", |
|
|
|
|
LOGINFO("%d clients flagged for reconnect to user %d proxies", |
|
|
|
|
reconnects, userid); |
|
|
|
|
} |
|
|
|
|
if (headroom < 0) |
|
|
|
|