mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +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) {
|
||||
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--);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user