diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-22 23:56:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-22 23:56:56 +0000 |
commit | 479886fce2885efaabca72ae78ab65da19481609 (patch) | |
tree | 833406a3bf20e94d44b58fc273aded710377e514 /src/or/connection_edge.c | |
parent | d050ff790652e16cd3bc29befb27608e7bdd212c (diff) | |
download | tor-479886fce2885efaabca72ae78ab65da19481609.tar.gz tor-479886fce2885efaabca72ae78ab65da19481609.zip |
remove another loud debug msg
svn:r5113
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 44e1e570df..c0a74406bb 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1692,9 +1692,11 @@ connection_ap_can_use_exit(connection_t *conn, routerinfo_t *exit) tor_assert(conn->socks_request); tor_assert(exit); +#if 0 log_fn(LOG_DEBUG,"considering nickname %s, for address %s / port %d:", exit->nickname, safe_str(conn->socks_request->address), conn->socks_request->port); +#endif /* If a particular exit node has been requested for the new connection, * make sure the exit node of the existing circuit matches exactly. |