Don't print out message if connection was successfully opened
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Mar 2013 03:49:39 +0000 (23:49 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Mar 2013 03:49:39 +0000 (23:49 -0400)
It should be pretty much assumed

src/main/connection.c

index 084156f..6060c47 100644 (file)
@@ -319,9 +319,6 @@ static fr_connection_t *fr_connection_spawn(fr_connection_pool_t *pool,
                return NULL;
        }
        
-       radlog(L_INFO, "%s: Opening connection successful (%i)",
-              pool->log_prefix, pool->count);
-
        this->start = now;
        this->connection = conn;