diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a708b9326d..0de9e414d2 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -714,6 +714,7 @@ int rend_services_init(void) { smartlist_add(intro_routers, router); smartlist_add(exclude_routers, router); 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