mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
log which intro points we picked
svn:r1564
This commit is contained in:
parent
8d766cc1cd
commit
15de201041
@ -714,6 +714,7 @@ int rend_services_init(void) {
|
|||||||
smartlist_add(intro_routers, router);
|
smartlist_add(intro_routers, router);
|
||||||
smartlist_add(exclude_routers, router);
|
smartlist_add(exclude_routers, router);
|
||||||
smartlist_add(service->intro_nodes, tor_strdup(router->nickname));
|
smartlist_add(service->intro_nodes, tor_strdup(router->nickname));
|
||||||
|
log_fn(LOG_INFO,"Picked router %s as an intro point.", router->nickname);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset exclude_routers to include obsolete routers only for the next
|
/* Reset exclude_routers to include obsolete routers only for the next
|
||||||
|
Loading…
Reference in New Issue
Block a user