Skip to content
Snippets Groups Projects
Commit 337e32f5 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

fix a wide line

parent 8ddf4e21
No related branches found
No related tags found
No related merge requests found
......@@ -658,8 +658,8 @@ connection_ap_expire_beginning(void)
circuit_purpose_to_string(circ->purpose),
circuit_state_to_string(circ->state),
CIRCUIT_IS_ORIGIN(circ) ?
pathbias_state_to_string(TO_ORIGIN_CIRCUIT(circ)->path_state) :
"none");
pathbias_state_to_string(TO_ORIGIN_CIRCUIT(circ)->path_state) :
"none");
}
log_fn(cutoff < 15 ? LOG_INFO : severity, LD_APP,
"We tried for %d seconds to connect to '%s' using exit %s."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment