From 15de2010411170c6c2bc60b652a76c8f87548939 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 8 Apr 2004 04:36:13 +0000 Subject: [PATCH] log which intro points we picked svn:r1564 --- src/or/rendservice.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3