]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove duplicate log message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Jul 2012 08:10:04 +0000 (09:10 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Jul 2012 08:10:04 +0000 (09:10 +0100)
src/main/connection.c

index cd12233801833c9348654d8558b16898badca19c..4df1dd62937dcefcb3ed6428e3c459772bd815ab 100644 (file)
@@ -351,7 +351,6 @@ void fr_connection_pool_delete(fr_connection_pool_t *fc)
 
        for (this = fc->head; this != NULL; this = next) {
                next = this->next;
-               DEBUG("%s: Closing connection (%i)", fc->log_prefix, this->number);
                fr_connection_close(fc, this);
        }