mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
clean up a lot message, and remove a line that does nothing.
svn:r5603
This commit is contained in:
parent
c55ee50661
commit
002c9b3589
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue