[or-cvs] [tor/master] Fix a URL in a log message.

Nick Mathewson nickm at seul.org
Wed Nov 4 16:40:26 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Wed, 4 Nov 2009 11:38:57 -0500
Subject: Fix a URL in a log message.
Commit: eb1faf8a0a51592618b5595fc152d26d71e3f43e

---
 src/or/directory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/directory.c b/src/or/directory.c
index e703bd4..1d3c43e 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1689,8 +1689,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
              (int) body_len, conn->_base.address, conn->_base.port);
     if (status_code != 200) {
       log_warn(LD_DIR,
-        "Received http status code %d (%s) from server "
-        "'%s:%d' while fetching \"/tor/status-vote/consensus-signatures.z\".",
+        "Received http status code %d (%s) from server '%s:%d' while fetching "
+        "\"/tor/status-vote/next/consensus-signatures.z\".",
              status_code, escaped(reason), conn->_base.address,
              conn->_base.port);
       tor_free(body); tor_free(headers); tor_free(reason);
-- 
1.5.6.5



More information about the tor-commits mailing list