[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] minimal backport to stop spurious complaints about being in...
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:
minimal backport to stop spurious complaints about being invalid.
Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.499.2.4
retrieving revision 1.499.2.5
diff -u -p -d -r1.499.2.4 -r1.499.2.5
--- routerlist.c 27 Apr 2006 03:32:25 -0000 1.499.2.4
+++ routerlist.c 9 May 2006 09:48:56 -0000 1.499.2.5
@@ -2763,7 +2763,7 @@ routers_update_all_from_networkstatus(vo
if (n_recent && n_listing) {
if (n_valid <= n_recent/2) {
- log_warn(LD_GENERAL,
+ log_info(LD_GENERAL,
"%d/%d recent statements from directory authorities list us "
"as unapproved. Are you misconfigured?",
n_recent-n_valid, n_recent);