From f211f25a2f9e4d291437990e2eda1ebb332048f5 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 16 Aug 2015 18:35:50 +0200 Subject: [PATCH] Move message to debug only. Fixes #1182 --- src/main/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/connection.c b/src/main/connection.c index 3680ccbbf5..7c21dac3f9 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -577,7 +577,7 @@ static int fr_connection_manage(fr_connection_pool_t *pool, this->number); do_delete: if (pool->num <= pool->min) { - RATE_LIMIT(WARN("%s: You probably need to lower \"min\"", pool->log_prefix)); + DEBUG("%s: You probably need to lower \"min\"", pool->log_prefix); } fr_connection_close_internal(pool, this); return 0; -- 2.47.3