From: Nick Mathewson Date: Mon, 27 Feb 2017 15:58:26 +0000 (-0500) Subject: Fix a wide line X-Git-Tag: tor-0.3.1.1-alpha~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b012c90bd410e5b4908f97ab2bfe1a2b3ec52c;p=thirdparty%2Ftor.git Fix a wide line --- diff --git a/src/or/directory.c b/src/or/directory.c index c460f12b5a..fae313159d 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