aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-03-26 05:54:50 +0000
committerRoger Dingledine <arma@torproject.org>2005-03-26 05:54:50 +0000
commitb8d38dc57b79c63f6d1f796451d977c063478f50 (patch)
tree30e3f7e8ab2c0130b0f0e119e189ab0c2ab83643 /src/or/circuitbuild.c
parente692e7385311c56b0a84213c0f81a2178eddc07c (diff)
downloadtor-b8d38dc57b79c63f6d1f796451d977c063478f50.tar.gz
tor-b8d38dc57b79c63f6d1f796451d977c063478f50.zip
try harder to establish reachability, in the first 20 minutes
of uptime. svn:r3884
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index f050a54f85..e394f6266f 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -468,7 +468,7 @@ int circuit_send_next_onion_skin(circuit_t *circ) {
log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working.");
/* XXX009 Log a count of known routers here */
if (server_mode(options) && !check_whether_ports_reachable())
- log_fn(LOG_NOTICE,"Now checking whether ORPort %s %s reachable...",
+ log_fn(LOG_NOTICE,"Now checking whether ORPort %s %s reachable... (this may take several minutes)",
options->DirPort ? "and DirPort" : "",
options->DirPort ? "are" : "is");
}