]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix some wide lines
authorNick Mathewson <nickm@torproject.org>
Fri, 7 Dec 2012 19:14:20 +0000 (14:14 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 7 Dec 2012 19:14:20 +0000 (14:14 -0500)
src/or/connection_edge.c
src/or/connection_or.c
src/or/dns.c
src/or/main.c

index 3f33665e11507d67f1cebe19abd5b8f532fceea4..95088c7c17c5ef5fd7228aab9a56a631e0595794 100644 (file)
@@ -319,7 +319,8 @@ connection_edge_end(edge_connection_t *conn, uint8_t reason)
     connection_edge_send_command(conn, RELAY_COMMAND_END,
                                  payload, payload_len);
   } else {
-    log_debug(LD_EDGE,"No circ to send end on conn (fd "TOR_SOCKET_T_FORMAT").",
+    log_debug(LD_EDGE,"No circ to send end on conn "
+              "(fd "TOR_SOCKET_T_FORMAT").",
               conn->base_.s);
   }
 
index 0a3ea7c34f43e49adf55408ab1ef1c53535d5fbc..7ac4d1ee95b80bad909abeec9ffc963993efe599 100644 (file)
@@ -880,8 +880,8 @@ connection_or_group_set_badness(or_connection_t *head, int force)
        * and this one is open but not canonical.  Mark it bad. */
       log_info(LD_OR,
                "Marking OR conn to %s:%d as unsuitable for new circuits: "
-               "(fd "TOR_SOCKET_T_FORMAT", %d secs old).  It is not canonical, and we have "
-               "another connection to that OR that is.",
+               "(fd "TOR_SOCKET_T_FORMAT", %d secs old).  It is not "
+               "canonical, and we have another connection to that OR that is.",
                or_conn->base_.address, or_conn->base_.port, or_conn->base_.s,
                (int)(now - or_conn->base_.timestamp_created));
       connection_or_mark_bad_for_new_circs(or_conn);
index e279fbc3ba39412f6af2832ea4d0a8e4152b7b80..c81948a601a86119a11c417ffa0999b8f4f17245 100644 (file)
@@ -1114,8 +1114,8 @@ connection_dns_remove(edge_connection_t *conn)
   if (pend->conn == conn) {
     resolve->pending_connections = pend->next;
     tor_free(pend);
-    log_debug(LD_EXIT, "First connection (fd "TOR_SOCKET_T_FORMAT") no longer waiting "
-              "for resolve of %s",
+    log_debug(LD_EXIT, "First connection (fd "TOR_SOCKET_T_FORMAT") no "
+              "longer waiting for resolve of %s",
               conn->base_.s,
               escaped_safe_str(conn->base_.address));
     return;
index 9972e5957649e3da5e83b38f30bbdf55ab63c61c..abb1e34fcdc075b9edc55b1fb03775e0cde087b5 100644 (file)
@@ -813,7 +813,8 @@ conn_close_if_marked(int i)
   }
 #endif
 
-  log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",conn->s);
+  log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",
+            conn->s);
 
   /* If the connection we are about to close was trying to connect to
   a proxy server and failed, the client won't be able to use that