diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-08 04:36:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-08 04:36:13 +0000 |
commit | 15de2010411170c6c2bc60b652a76c8f87548939 (patch) | |
tree | 04b1de188963a8313112c7ab7f768faec4b906b9 /src/or/rendservice.c | |
parent | 8d766cc1cd782c80a7bdcba1fa30f1e93d6afafb (diff) | |
download | tor-15de2010411170c6c2bc60b652a76c8f87548939.tar tor-15de2010411170c6c2bc60b652a76c8f87548939.tar.gz |
log which intro points we picked
svn:r1564
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a708b9326..0de9e414d 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 |