From 26d8c3498c6d6150e2c39a9934566fabb37e530a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 18 Nov 2005 00:35:29 +0000 Subject: and another overly common log entry svn:r5417 --- src/or/connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or') diff --git a/src/or/connection.c b/src/or/connection.c index dec21af95..b38f0daff 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -889,8 +889,8 @@ retry_listeners(int type, config_line_t *cfg, } } else { /* It's configured; we don't need to launch it. */ - debug(LD_NET, "Already have %s on %s:%d", - conn_type_to_string(type), conn->address, conn->port); +// debug(LD_NET, "Already have %s on %s:%d", +// conn_type_to_string(type), conn->address, conn->port); smartlist_remove(launch, line); if (free_launch_elts) config_free_lines(line); -- cgit v1.2.3