mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
quiet a noisy debug
svn:r4762
This commit is contained in:
parent
16528aa070
commit
2caa74e6ff
@ -458,8 +458,8 @@ routerlist_sl_remove_unreliable_routers(smartlist_t *sl)
|
|||||||
for (i = 0; i < smartlist_len(sl); ++i) {
|
for (i = 0; i < smartlist_len(sl); ++i) {
|
||||||
router = smartlist_get(sl, i);
|
router = smartlist_get(sl, i);
|
||||||
if (router_is_unreliable(router, 1, 0)) {
|
if (router_is_unreliable(router, 1, 0)) {
|
||||||
log(LOG_DEBUG, "Router '%s' has insufficient uptime; deleting.",
|
// log(LOG_DEBUG, "Router '%s' has insufficient uptime; deleting.",
|
||||||
router->nickname);
|
// router->nickname);
|
||||||
smartlist_del(sl, i--);
|
smartlist_del(sl, i--);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user