[or-cvs] also remove word "middleman" from a log notice

arma at seul.org arma at seul.org
Thu Jun 29 13:11:25 UTC 2006


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:
also remove word 'middleman' from a log notice


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -p -d -r1.250 -r1.251
--- circuitbuild.c	18 Jun 2006 21:07:45 -0000	1.250
+++ circuitbuild.c	29 Jun 2006 13:11:23 -0000	1.251
@@ -1255,7 +1255,7 @@ choose_good_exit_server_general(routerli
                  need_uptime?", stable":"");
         return choose_good_exit_server_general(dir, 0, 0);
       }
-      log_notice(LD_CIRC, "All routers are down or middleman -- choosing a "
+      log_notice(LD_CIRC, "All routers are down or won't exit -- choosing a "
                  "doomed exit at random.");
     }
     for (try = 0; try < 2; try++) {



More information about the tor-commits mailing list