[Minor] Reduce log noise

This commit is contained in:
Vsevolod Stakhov 2017-04-17 17:25:40 +01:00
parent 097d649c78
commit dfa9debdf8

View 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);
}