Преглед изворни кода

[Minor] Reduce log noise

tags/1.5.6
Vsevolod Stakhov пре 7 година
родитељ
комит
dfa9debdf8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/libserver/redis_pool.c

+ 1
- 1
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);
}


Loading…
Откажи
Сачувај