浏览代码

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);
   }