Browse Source

[Minor] Reduce log noise

tags/1.5.6
Vsevolod Stakhov 7 years ago
parent
commit
dfa9debdf8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/redis_pool.c

+ 1
- 1
src/libserver/redis_pool.c 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);
}


Loading…
Cancel
Save