mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
oh, it was supposed to compile?
svn:r5721
This commit is contained in:
parent
da06f3553c
commit
f6f65c66b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user