[tor-commits] [tor/master] Grammar fix in a log message
nickm at torproject.org
nickm at torproject.org
Thu May 4 12:58:39 UTC 2017
commit c6fe65fcafa901a629170c425da4099311a84279
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu May 4 08:58:06 2017 -0400
Grammar fix in a log message
---
src/or/directory.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/directory.c b/src/or/directory.c
index d31dd2f..8b63e4d 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -2468,8 +2468,8 @@ handle_response_fetch_consensus(dir_connection_t *conn,
networkstatus_consensus_download_failed(0, flavname);
return -1;
}
- log_info(LD_DIR, "Applied consensus diff (body size %d) from server "
- "'%s:%d' resulted in a new consensus document (size %d).",
+ log_info(LD_DIR, "Applied consensus diff (size %d) from server "
+ "'%s:%d', resulting in a new consensus document (size %d).",
(int)body_len, conn->base_.address, conn->base_.port,
(int)strlen(new_consensus));
consensus = new_consensus;
More information about the tor-commits
mailing list