diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-17 19:25:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-17 19:25:36 +0000 |
commit | 7d141c677690fd9d7697ec8185dc0296b081feb5 (patch) | |
tree | 08577eaed27c9c114ba2b0e58be426c681637d24 /src/or/circuitbuild.c | |
parent | f1bcc2d6f8f0cb197968dfcfbd5b5ab5bd0d9ef8 (diff) | |
download | tor-7d141c677690fd9d7697ec8185dc0296b081feb5.tar.gz tor-7d141c677690fd9d7697ec8185dc0296b081feb5.zip |
but i made the line too long
svn:r6176
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 2d991cfd62..45905e8e3b 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -608,7 +608,8 @@ 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 client functionality is 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(); |