[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] also remove word "middleman" from a log notice
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++) {