quiet a noisy debug

svn:r4762
This commit is contained in:
Roger Dingledine 2005-08-12 00:34:50 +00:00
parent 16528aa070
commit 2caa74e6ff

View File

@ -458,8 +458,8 @@ routerlist_sl_remove_unreliable_routers(smartlist_t *sl)
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--);
}
}