[or-cvs] log which intro points we picked

Roger Dingledine arma at seul.org
Thu Apr 8 04:36:15 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	rendservice.c 
Log Message:
log which intro points we picked


Index: rendservice.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendservice.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- rendservice.c	8 Apr 2004 02:24:06 -0000	1.42
+++ rendservice.c	8 Apr 2004 04:36:13 -0000	1.43
@@ -714,6 +714,7 @@
       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



More information about the tor-commits mailing list