[tor/master] fix a wide line

commit 337e32f5b8f5f3b310da20bf0135f17d06efb3ab Author: Nick Mathewson <nickm@torproject.org> Date: Tue Feb 19 15:08:54 2013 -0500 fix a wide line --- src/or/connection_edge.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index abde2e1..fcbcb95 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -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."
participants (1)
-
nickm@torproject.org