Browse Source

be more verbose about testing reachability of our ORPort.

svn:r6506
Roger Dingledine 19 years ago
parent
commit
82ae38f649
1 changed files with 2 additions and 0 deletions
  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);
   }