mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
remove another loud debug msg
svn:r5113
This commit is contained in:
parent
d050ff7906
commit
479886fce2
@ -1692,9 +1692,11 @@ connection_ap_can_use_exit(connection_t *conn, routerinfo_t *exit)
|
|||||||
tor_assert(conn->socks_request);
|
tor_assert(conn->socks_request);
|
||||||
tor_assert(exit);
|
tor_assert(exit);
|
||||||
|
|
||||||
|
#if 0
|
||||||
log_fn(LOG_DEBUG,"considering nickname %s, for address %s / port %d:",
|
log_fn(LOG_DEBUG,"considering nickname %s, for address %s / port %d:",
|
||||||
exit->nickname, safe_str(conn->socks_request->address),
|
exit->nickname, safe_str(conn->socks_request->address),
|
||||||
conn->socks_request->port);
|
conn->socks_request->port);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* If a particular exit node has been requested for the new connection,
|
/* If a particular exit node has been requested for the new connection,
|
||||||
* make sure the exit node of the existing circuit matches exactly.
|
* make sure the exit node of the existing circuit matches exactly.
|
||||||
|
Loading…
Reference in New Issue
Block a user