mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
make the log message less scary when all the dirservers are
temporarily unreachable svn:r4476
This commit is contained in:
parent
e35256f45c
commit
9808fbd884
@ -196,7 +196,7 @@ directory_get_from_dirserver(uint8_t purpose, const char *resource,
|
|||||||
else if (ds)
|
else if (ds)
|
||||||
directory_initiate_command_trusted_dir(ds, purpose, priv, resource, NULL, 0);
|
directory_initiate_command_trusted_dir(ds, purpose, priv, resource, NULL, 0);
|
||||||
else {
|
else {
|
||||||
log_fn(LOG_NOTICE,"No running dirservers known. Not trying. (purpose %d)",
|
log_fn(LOG_NOTICE,"No running dirservers known. Will try again later. (purpose %d)",
|
||||||
purpose);
|
purpose);
|
||||||
if (directconn) {
|
if (directconn) {
|
||||||
/* remember we tried them all and failed. */
|
/* remember we tried them all and failed. */
|
||||||
|
Loading…
Reference in New Issue
Block a user