]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a URL in a log message.
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Nov 2009 16:38:57 +0000 (11:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Nov 2009 16:39:10 +0000 (11:39 -0500)
src/or/directory.c

index e703bd438a5d5069ea1cc3f337668597922f14fd..1d3c43ec0c9a89a33998354c763ccc1eccbbb08d 100644 (file)
@@ -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);