[or-cvs] be more verbose about testing reachability of our ORPort.
arma at seul.org
arma at seul.org
Fri May 26 16:29:35 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
router.c
Log Message:
be more verbose about testing reachability of our ORPort.
Index: router.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/router.c,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -p -d -r1.262 -r1.263
--- router.c 25 Apr 2006 07:00:04 -0000 1.262
+++ router.c 26 May 2006 16:29:33 -0000 1.263
@@ -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);
}
More information about the tor-commits
mailing list