浏览代码

Fix a wide line

Nick Mathewson 7 年之前
父节点
当前提交
65b012c90b
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/or/directory.c

+ 3 - 2
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