Browse Source

Demote flagged message

master
Con Kolivas 10 years ago
parent
commit
d8a5228513
  1. 4
      src/stratifier.c

4
src/stratifier.c

@ -1494,8 +1494,8 @@ static void dead_proxyid(sdata_t *sdata, const int id, const int subid)
ck_runlock(&sdata->instance_lock); ck_runlock(&sdata->instance_lock);
if (reconnects) { if (reconnects) {
LOGNOTICE("%d clients flagged to reconnect from dead proxy %d:%d", reconnects, LOGINFO("%d clients flagged to reconnect from dead proxy %d:%d", reconnects,
id, subid); id, subid);
} }
/* When a proxy dies, recruit more of the global proxies for them to /* When a proxy dies, recruit more of the global proxies for them to
* fail over to in case user proxies are unavailable. */ * fail over to in case user proxies are unavailable. */

Loading…
Cancel
Save