mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Grammar fix in a log message
This commit is contained in:
parent
baf489fc08
commit
c6fe65fcaf
1 changed files with 2 additions and 2 deletions
|
@ -2468,8 +2468,8 @@ handle_response_fetch_consensus(dir_connection_t *conn,
|
||||||
networkstatus_consensus_download_failed(0, flavname);
|
networkstatus_consensus_download_failed(0, flavname);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
log_info(LD_DIR, "Applied consensus diff (body size %d) from server "
|
log_info(LD_DIR, "Applied consensus diff (size %d) from server "
|
||||||
"'%s:%d' resulted in a new consensus document (size %d).",
|
"'%s:%d', resulting in a new consensus document (size %d).",
|
||||||
(int)body_len, conn->base_.address, conn->base_.port,
|
(int)body_len, conn->base_.address, conn->base_.port,
|
||||||
(int)strlen(new_consensus));
|
(int)strlen(new_consensus));
|
||||||
consensus = new_consensus;
|
consensus = new_consensus;
|
||||||
|
|
Loading…
Add table
Reference in a new issue