소스 검색

be more verbose about testing reachability of our ORPort.

svn:r6506
Roger Dingledine 19 년 전
부모
커밋
82ae38f649
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/router.c

+ 2 - 0
src/or/router.c

@@ -456,6 +456,8 @@ consider_testing_reachability(void)
   }
 
   if (!check_whether_orport_reachable()) {
+    log_info(LD_CIRC, "Testing reachability of my ORPort: %s:%d.",
+             me->address, me->or_port);
     circuit_launch_by_router(CIRCUIT_PURPOSE_TESTING, me, 0, 1, 1);
   }