mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
don't squeal if the first few retries fail.
svn:r6791
This commit is contained in:
parent
892f671f59
commit
db657ea0af
@ -387,7 +387,7 @@ connection_ap_expire_beginning(void)
|
|||||||
}
|
}
|
||||||
tor_assert(circ->purpose == CIRCUIT_PURPOSE_C_GENERAL);
|
tor_assert(circ->purpose == CIRCUIT_PURPOSE_C_GENERAL);
|
||||||
nickname = build_state_get_exit_nickname(circ->build_state);
|
nickname = build_state_get_exit_nickname(circ->build_state);
|
||||||
log_fn(severity, LD_APP,
|
log_fn(cutoff < 15 ? LOG_INFO : severity, LD_APP,
|
||||||
"We tried for %d seconds to connect to '%s' using exit '%s'."
|
"We tried for %d seconds to connect to '%s' using exit '%s'."
|
||||||
" Retrying on a new circuit.",
|
" Retrying on a new circuit.",
|
||||||
(int)(now - conn->timestamp_lastread),
|
(int)(now - conn->timestamp_lastread),
|
||||||
|
Loading…
Reference in New Issue
Block a user