summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-17 19:25:36 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-17 19:25:36 +0000
commit7d141c677690fd9d7697ec8185dc0296b081feb5 (patch)
tree08577eaed27c9c114ba2b0e58be426c681637d24
parentf1bcc2d6f8f0cb197968dfcfbd5b5ab5bd0d9ef8 (diff)
downloadtor-7d141c677690fd9d7697ec8185dc0296b081feb5.tar.gz
tor-7d141c677690fd9d7697ec8185dc0296b081feb5.zip
but i made the line too long
svn:r6176
-rw-r--r--src/or/circuitbuild.c3
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();