From: Alan T. DeKok Date: Sun, 16 Aug 2015 16:35:50 +0000 (+0200) Subject: Move message to debug only. Fixes #1182 X-Git-Tag: release_3_0_10~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f211f25a2f9e4d291437990e2eda1ebb332048f5;p=thirdparty%2Ffreeradius-server.git Move message to debug only. Fixes #1182 --- diff --git a/src/main/connection.c b/src/main/connection.c index 3680ccbbf58..7c21dac3f96 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;