diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-17 19:20:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-17 19:20:07 +0000 |
commit | f1bcc2d6f8f0cb197968dfcfbd5b5ab5bd0d9ef8 (patch) | |
tree | 0d0eada06707c1b23530810fecd4fd5309bc0b30 /src | |
parent | 053411e82782a57fa618df246169312ce22f4d08 (diff) | |
download | tor-f1bcc2d6f8f0cb197968dfcfbd5b5ab5bd0d9ef8.tar.gz tor-f1bcc2d6f8f0cb197968dfcfbd5b5ab5bd0d9ef8.zip |
stop tricking server operators into thinking they got their
torrc perfect, just because tor could build a circuit.
svn:r6175
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index bd57bed0f5..2d991cfd62 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -608,7 +608,7 @@ circuit_send_next_onion_skin(circuit_t *circ) has_completed_circuit=1; /* FFFF Log a count of known routers here */ log(LOG_NOTICE, LD_GENERAL, - "Tor has successfully opened a circuit. Looks like it's working."); + "Tor has successfully opened a circuit. Looks like client functionality is working."); if (server_mode(options) && !check_whether_orport_reachable()) { inform_testing_reachability(); consider_testing_reachability(); |