[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] quiet a noisy debug
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:
quiet a noisy debug
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -d -r1.247 -r1.248
--- routerlist.c 8 Aug 2005 21:58:48 -0000 1.247
+++ routerlist.c 12 Aug 2005 00:34:50 -0000 1.248
@@ -458,8 +458,8 @@
for (i = 0; i < smartlist_len(sl); ++i) {
router = smartlist_get(sl, i);
if (router_is_unreliable(router, 1, 0)) {
- log(LOG_DEBUG, "Router '%s' has insufficient uptime; deleting.",
- router->nickname);
+// log(LOG_DEBUG, "Router '%s' has insufficient uptime; deleting.",
+ // router->nickname);
smartlist_del(sl, i--);
}
}