don't squeal if the first few retries fail.

svn:r6791
This commit is contained in:
Roger Dingledine 2006-07-18 04:48:59 +00:00
parent 892f671f59
commit db657ea0af

View File

@ -387,7 +387,7 @@ connection_ap_expire_beginning(void)
}
tor_assert(circ->purpose == CIRCUIT_PURPOSE_C_GENERAL);
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'."
" Retrying on a new circuit.",
(int)(now - conn->timestamp_lastread),