summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-27 18:33:12 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-27 18:33:12 -0400
commitf006f02ca48c73d3833ae548ca41398ffdacb5c8 (patch)
tree5d242d322bc719febaa55891914ae9842e28e3f4 /src/or
parentaf7fab020accd31f95ba2037ccd25c65e3290571 (diff)
parenta467bf5fbb0fd03ecf76864315cf1ca3c33f34e3 (diff)
downloadtor-f006f02ca48c73d3833ae548ca41398ffdacb5c8.tar.gz
tor-f006f02ca48c73d3833ae548ca41398ffdacb5c8.zip
Merge branch 'maint-0.2.2'
Diffstat (limited to 'src/or')
-rw-r--r--src/or/connection_edge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 3233560679..8a48d3d239 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2555,8 +2555,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
* has explicitly allowed that in the config. It attracts attackers
* and users who'd be better off with, well, single-hop proxies.
*/
-// log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
- log_notice(LD_PROTOCOL,
+ log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
"Attempt by %s to open a stream %s. Closing.",
safe_str(or_circ->p_conn->_base.address),
or_circ->is_first_hop ? "on first hop of circuit" :