From d8a52285130644da08b64a69b7bf1cab910784bf Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 29 Apr 2015 20:16:33 +1000 Subject: [PATCH] Demote flagged message --- src/stratifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 53e1df26..21681d96 100644 --- a/src/stratifier.c +++ b/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); if (reconnects) { - LOGNOTICE("%d clients flagged to reconnect from dead proxy %d:%d", reconnects, - id, subid); + LOGINFO("%d clients flagged to reconnect from dead proxy %d:%d", reconnects, + id, subid); } /* When a proxy dies, recruit more of the global proxies for them to * fail over to in case user proxies are unavailable. */