From a467bf5fbb0fd03ecf76864315cf1ca3c33f34e3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 27 Sep 2010 18:32:09 -0400 Subject: a dir-spec entry for refuseunknownexits plus quiet a log line --- src/or/connection_edge.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/or') diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 361f910172..da0fc1856c 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2543,8 +2543,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" : -- cgit v1.2.3-54-g00ecf