]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix previous commit
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Nov 2016 13:47:47 +0000 (08:47 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Nov 2016 13:47:47 +0000 (08:47 -0500)
src/main/connection.c

index ccc74e2fcf9e5ad00eadca918c4599dde0497eac..d953dd9db9b35a800abf8037397b11362ced5bb8 100644 (file)
@@ -647,7 +647,7 @@ static int fr_connection_pool_check(fr_connection_pool_t *pool)
                spawn = pool->min - (pool->num + pool->pending);
                extra = 0;
 
-               ROPTIONAL(RINFO, INFO, "Need %i more connections to reach min connections (%i)", spawn, pool->min);
+               INFO("Need %i more connections to reach min connections (%i)", spawn, pool->min);
 
        /*
         *      If we're about to create more than "max",
@@ -680,7 +680,7 @@ static int fr_connection_pool_check(fr_connection_pool_t *pool)
                        spawn = pool->max - (pool->num + pool->pending);
                }
 
-               ROPTIONAL(RINFO, INFO, "Need %i more connections to reach %i spares", spawn, pool->spare);
+               INFO("Need %i more connections to reach %i spares", spawn, pool->spare);
 
        /*
         *      min < num < max