mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Fix a URL in a log message.
This commit is contained in:
parent
2aac39a779
commit
eb1faf8a0a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue