aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-18 00:35:29 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-18 00:35:29 +0000
commit26d8c3498c6d6150e2c39a9934566fabb37e530a (patch)
tree3ee1f00619d14fceac173c2011d2e17ade397c0d /src/or/connection.c
parentaa53190ed56017c645ce95b9a3f2c4f4db8bdd79 (diff)
downloadtor-26d8c3498c6d6150e2c39a9934566fabb37e530a.tar
tor-26d8c3498c6d6150e2c39a9934566fabb37e530a.tar.gz
and another overly common log entry
svn:r5417
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c4
1 files changed, 2 insertions, 2 deletions
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);