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

nickm at torproject.org nickm at torproject.org
Mon Feb 27 15:58:47 UTC 2017


commit 65b012c90bd410e5b4908f97ab2bfe1a2b3ec52c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Feb 27 10:58:26 2017 -0500

    Fix a wide line
---
 src/or/directory.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/or/directory.c b/src/or/directory.c
index c460f12..fae3131 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -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



More information about the tor-commits mailing list