[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] forward-port the n_named log severity downgrade.
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
routerlist.c
Log Message:
forward-port the n_named log severity downgrade.
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.501
retrieving revision 1.502
diff -u -p -d -r1.501 -r1.502
--- routerlist.c 10 Apr 2006 21:29:29 -0000 1.501
+++ routerlist.c 14 Apr 2006 20:19:33 -0000 1.502
@@ -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);