From: Vsevolod Stakhov Date: Mon, 17 Apr 2017 16:25:40 +0000 (+0100) Subject: [Minor] Reduce log noise X-Git-Tag: 1.5.6~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa9debdf8b43b71d25d158242a684cee5be567d;p=thirdparty%2Frspamd.git [Minor] Reduce log noise --- diff --git a/src/libserver/redis_pool.c b/src/libserver/redis_pool.c index 1ce5f5e07f..c9de661d15 100644 --- a/src/libserver/redis_pool.c +++ b/src/libserver/redis_pool.c @@ -221,7 +221,7 @@ rspamd_redis_pool_on_disconnect (const struct redisAsyncContext *ac, int status, if (!conn->active) { /* Do nothing for active connections as it is already handled somewhere */ if (conn->ctx) { - msg_info_rpool ("inactive connection terminated: %s, refs: %d", + msg_debug_rpool ("inactive connection terminated: %s, refs: %d", conn->ctx->errstr, conn->ref.refcount); }