aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-26 16:29:33 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-26 16:29:33 +0000
commit82ae38f649a15e3df02cdf6d35ab8b316a317aad (patch)
treec920b70300d6cc0ec264a6115331a9fae9c0b542 /src
parentf579478687c494a3a1bec5885b0136f8cbd68f86 (diff)
downloadtor-82ae38f649a15e3df02cdf6d35ab8b316a317aad.tar
tor-82ae38f649a15e3df02cdf6d35ab8b316a317aad.tar.gz
be more verbose about testing reachability of our ORPort.
svn:r6506
Diffstat (limited to 'src')
-rw-r--r--src/or/router.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 7cd7255b6..dd9bde6ff 100644
--- a/src/or/router.c
+++ b/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);
}