[or-cvs] clean up a lot message, and remove a line that does nothing.

arma at seul.org arma at seul.org
Thu Dec 15 21:41:29 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
clean up a lot message, and remove a line that does nothing.


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -d -r1.399 -r1.400
--- routerlist.c	15 Dec 2005 21:38:59 -0000	1.399
+++ routerlist.c	15 Dec 2005 21:41:27 -0000	1.400
@@ -3342,9 +3342,9 @@
   }
   if (!res && have_enough) {
     log(LOG_NOTICE, LD_DIR,"Our directory information is no longer up-to-date "
-        "enough to build circuits.");
+        "enough to build circuits.%s",
+        any_running ? "" : " (All servers seem down -- network down?)");
   }
-  have_enough = res;
   return res;
 }
 



More information about the tor-commits mailing list