summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-03 13:12:17 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-03 13:12:17 +0000
commitf6f65c66b5194ac01f3eeb720284878e20e3f4e3 (patch)
tree81ce3c0363f1dae8d356932ca9f871c0842c3712
parentda06f3553c09a865f63be13fdd4367ad6f94c9cd (diff)
downloadtor-f6f65c66b5194ac01f3eeb720284878e20e3f4e3.tar.gz
tor-f6f65c66b5194ac01f3eeb720284878e20e3f4e3.zip
oh, it was supposed to compile?
svn:r5721
-rw-r--r--src/or/routerlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index ca07310535..619425b507 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3516,8 +3516,8 @@ 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.%s",
- any_running ? "" :
- " (No servers seem reachable -- is your network connection down?)");
+ num_running > 2 ? "" : " (Not enough servers seem reachable -- "
+ "is your network connection down?)");
}
have_enough = res;
return res;