瀏覽代碼

Fix a URL in a log message.

Nick Mathewson 16 年之前
父節點
當前提交
eb1faf8a0a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/directory.c

+ 2 - 2
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);
              (int) body_len, conn->_base.address, conn->_base.port);
     if (status_code != 200) {
     if (status_code != 200) {
       log_warn(LD_DIR,
       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,
              status_code, escaped(reason), conn->_base.address,
              conn->_base.port);
              conn->_base.port);
       tor_free(body); tor_free(headers); tor_free(reason);
       tor_free(body); tor_free(headers); tor_free(reason);