[or-cvs] r13677: Quiet the "Exitrouter '%s' seems to be more restrictive than (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Fri Feb 22 14:31:41 UTC 2008
Author: arma
Date: 2008-02-22 09:31:40 -0500 (Fri, 22 Feb 2008)
New Revision: 13677
Modified:
tor/trunk/src/or/relay.c
Log:
Quiet the "Exitrouter '%s' seems to be more restrictive than its exit
policy. Not using this router as exit for now." message, since it
legitimately appears every so often and there's no need to alarm users.
Modified: tor/trunk/src/or/relay.c
===================================================================
--- tor/trunk/src/or/relay.c 2008-02-22 09:28:49 UTC (rev 13676)
+++ tor/trunk/src/or/relay.c 2008-02-22 14:31:40 UTC (rev 13677)
@@ -759,7 +759,7 @@
(rh->length < 5 ||
(tor_inet_aton(conn->socks_request->address, &in) &&
!conn->chosen_exit_name))) {
- log_notice(LD_APP,
+ log_info(LD_APP,
"Exitrouter '%s' seems to be more restrictive than its exit "
"policy. Not using this router as exit for now.",
exitrouter->nickname);
More information about the tor-commits
mailing list