mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
get rid of a noisy debug log
svn:r5111
This commit is contained in:
parent
cdc912714e
commit
2d6b36a001
1 changed files with 0 additions and 5 deletions
|
@ -652,11 +652,6 @@ router_find_exact_exit_enclave(const char *address, uint16_t port)
|
|||
|
||||
SMARTLIST_FOREACH(routerlist->routers, routerinfo_t *, router,
|
||||
{
|
||||
log_fn(LOG_DEBUG,"Considering %s: %d, %u==%u, %d.",
|
||||
router->nickname,
|
||||
router->is_running,
|
||||
router->addr, addr,
|
||||
router_compare_addr_to_addr_policy(addr, port, router->exit_policy));
|
||||
if (router->is_running &&
|
||||
router->addr == addr &&
|
||||
router_compare_addr_to_addr_policy(addr, port, router->exit_policy) ==
|
||||
|
|
Loading…
Add table
Reference in a new issue