瀏覽代碼

oh, it was supposed to compile?

svn:r5721
Roger Dingledine 20 年之前
父節點
當前提交
f6f65c66b5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/routerlist.c

+ 2 - 2
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;