]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean up a lot message, and remove a line that does nothing.
authorRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:41:27 +0000 (21:41 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:41:27 +0000 (21:41 +0000)
svn:r5603

src/or/routerlist.c

index 9fd9add8f607d74cbabba5e7454dc016f6eae559..32cd515be89939d2cf08ca5fc875091d94bdc5af 100644 (file)
@@ -3342,9 +3342,9 @@ router_have_minimum_dir_info(void)
   }
   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;
 }