]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move message to debug only. Fixes #1182
authorAlan T. DeKok <aland@freeradius.org>
Sun, 16 Aug 2015 16:35:50 +0000 (18:35 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 19 Aug 2015 04:17:30 +0000 (00:17 -0400)
src/main/connection.c

index 3680ccbbf58f6897defc97efba136fe3dcebface..7c21dac3f96b49591b47173e4814b529997e800e 100644 (file)
@@ -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;