]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a wide line
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Feb 2017 15:58:26 +0000 (10:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Feb 2017 15:58:26 +0000 (10:58 -0500)
src/or/directory.c

index c460f12b5ae8ef40629277ef89a12e55124674ad..fae313159dba431f72635b5d2140e3029b09bffd 100644 (file)
@@ -2164,8 +2164,9 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
       tor_free(body); tor_free(headers); tor_free(reason);
       return -1;
     }
-    log_info(LD_DIR,"Received authority certificates (body size %d) from server "
-             "'%s:%d'", (int)body_len, conn->base_.address, conn->base_.port);
+    log_info(LD_DIR,"Received authority certificates (body size %d) from "
+             "server '%s:%d'",
+             (int)body_len, conn->base_.address, conn->base_.port);
 
     /*
      * Tell trusted_dirs_load_certs_from_string() whether it was by fp