[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add punctuation
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:
add punctuation
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- circuitbuild.c 26 Aug 2005 22:16:32 -0000 1.139
+++ circuitbuild.c 8 Sep 2005 06:49:02 -0000 1.140
@@ -1169,7 +1169,7 @@
if (best_support == -1) {
if (need_uptime || need_capacity) {
- log_fn(LOG_INFO, "We couldn't find any live%s%s routers; falling back to list of all routers",
+ log_fn(LOG_INFO, "We couldn't find any live%s%s routers; falling back to list of all routers.",
need_capacity?", fast":"",
need_uptime?", stable":"");
return choose_good_exit_server_general(dir, 0, 0);