[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] but i made the line too long
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitbuild.c
Log Message:
but i made the line too long
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -p -d -r1.223 -r1.224
--- circuitbuild.c 17 Mar 2006 19:20:07 -0000 1.223
+++ circuitbuild.c 17 Mar 2006 19:25:36 -0000 1.224
@@ -608,7 +608,8 @@ circuit_send_next_onion_skin(circuit_t *
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();