[tor-commits] [tor/master] fix a wide line

nickm at torproject.org nickm at torproject.org
Tue Feb 19 20:08:56 UTC 2013


commit 337e32f5b8f5f3b310da20bf0135f17d06efb3ab
Author: Nick Mathewson <nickm at 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."



More information about the tor-commits mailing list