]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More debug messages
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 May 2012 18:27:01 +0000 (20:27 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 4 May 2012 15:32:41 +0000 (17:32 +0200)
src/main/connection.c

index bd265515a4423fa8c87f56de1577f04ca9a17c03..3679711ec73e1171cec8753c4360d8fb52fd6ac5 100644 (file)
@@ -563,8 +563,8 @@ static int fr_connection_pool_check(fr_connection_pool_t *fc)
 
                rad_assert(idle != NULL);
                
-               DEBUG("%s: Closing idle connection (%i): Too many free connections",
-                       fc->log_prefix, idle->number);
+               DEBUG("%s: Closing idle connection (%i): Too many free connections (%d > %d)",
+                     fc->log_prefix, idle->number, spare, fc->spare);
                fr_connection_close(fc, idle);
        }