[or-cvs] Stop complaining to server operators if we happen to have
arma at seul.org
arma at seul.org
Fri Apr 14 20:19:07 UTC 2006
Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-011x/tor/src/or
Modified Files:
Tag: tor-0_1_1-patches
routerlist.c
Log Message:
Stop complaining to server operators if we happen to have
downloaded network statuses in the wrong order and the
ones we have indicate that they're unnamed. This is a false
complaint too often for my/their comfort.
Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.499.2.2
retrieving revision 1.499.2.3
diff -u -p -d -r1.499.2.2 -r1.499.2.3
--- routerlist.c 10 Apr 2006 21:33:32 -0000 1.499.2.2
+++ routerlist.c 14 Apr 2006 20:19:04 -0000 1.499.2.3
@@ -2704,7 +2704,7 @@ routers_update_all_from_networkstatus(vo
n_recent-n_valid, n_recent);
have_warned_about_invalid_status = 1;
} else if (n_naming && !n_named) {
- log_warn(LD_GENERAL, "0/%d name-binding directory authorities "
+ log_info(LD_GENERAL, "0/%d name-binding directory authorities "
"recognize your nickname. Please consider sending your "
"nickname and identity fingerprint to the tor-ops.",
n_naming);
More information about the tor-commits
mailing list