summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-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 7cd7255b67..dd9bde6ff3 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);
}