diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 9fd9add8f6..32cd515be8 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -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; } |