From: Alan T. DeKok Date: Tue, 8 Nov 2016 13:47:47 +0000 (-0500) Subject: fix previous commit X-Git-Tag: release_3_0_13~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea00dbefac37e248d3f47c3cff2c50ac30f33a6a;p=thirdparty%2Ffreeradius-server.git fix previous commit --- diff --git a/src/main/connection.c b/src/main/connection.c index ccc74e2fcf9..d953dd9db9b 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -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