From d6ac05d265a677e8fd64d72adf65e3fd820d5afa 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 --- trunk/src/or/rendservice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/or/rendservice.c b/trunk/src/or/rendservice.c index a708b9326d..0de9e414d2 100644 --- a/trunk/src/or/rendservice.c +++ b/trunk/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