[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] stop tricking server operators into thinking they got their



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:
stop tricking server operators into thinking they got their
torrc perfect, just because tor could build a circuit.


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -p -d -r1.222 -r1.223
--- circuitbuild.c	15 Mar 2006 22:48:48 -0000	1.222
+++ circuitbuild.c	17 Mar 2006 19:20:07 -0000	1.223
@@ -608,7 +608,7 @@ 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 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();