]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
log which intro points we picked
authorRoger Dingledine <arma@torproject.org>
Thu, 8 Apr 2004 04:36:13 +0000 (04:36 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 8 Apr 2004 04:36:13 +0000 (04:36 +0000)
svn:r1564

src/or/rendservice.c

index a708b9326d0e8faf4bd104fa4f82e619d96d217d..0de9e414d2b322f9cafda3ea14d2afe52038aae4 100644 (file)
@@ -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