]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Reduce log noise
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 17 Apr 2017 16:25:40 +0000 (17:25 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 17 Apr 2017 16:25:54 +0000 (17:25 +0100)
src/libserver/redis_pool.c

index 1ce5f5e07f22166445a65ba42d131c2e48da35d0..c9de661d1512c0b933bf72697341280b84df6438 100644 (file)
@@ -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);
                }