From: Arran Cudbard-Bell Date: Wed, 18 Jul 2012 08:10:04 +0000 (+0100) Subject: Remove duplicate log message X-Git-Tag: release_3_0_0_beta0~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024f2b3eb26f57f5520ada22b08470ab34b019a8;p=thirdparty%2Ffreeradius-server.git Remove duplicate log message --- diff --git a/src/main/connection.c b/src/main/connection.c index cd122338018..4df1dd62937 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -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); }