소스 검색

log which intro points we picked

svn:r1564
Roger Dingledine 20 년 전
부모
커밋
15de201041
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/or/rendservice.c

+ 1 - 0
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