mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
helpful log
svn:r5665
This commit is contained in:
@@ -1916,6 +1916,11 @@ helper_nodes_set_status_from_directory(void)
|
||||
helper->down_since = 0;
|
||||
}
|
||||
}
|
||||
info(LD_CIRC, "Summary: Helper '%s' is %s, %s, and %s.",
|
||||
helper->nickname,
|
||||
helper->down_since ? "down" : "up",
|
||||
helper->unlisted_since ? "unlisted" : "listed",
|
||||
helper_is_live(helper, 0, 1) ? "live" : "not live");
|
||||
});
|
||||
|
||||
if (remove_dead_helpers())
|
||||
|
||||
Reference in New Issue
Block a user