mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix log message about what cells we are sending
This commit is contained in:
parent
f726c67dd4
commit
610cb0ecc4
@ -661,7 +661,7 @@ command_process_versions_cell(var_cell_t *cell, or_connection_t *conn)
|
||||
send_any ? "Sending cells:" : "Waiting for CERTS cell",
|
||||
send_versions ? " VERSIONS" : "",
|
||||
send_certs ? " CERTS" : "",
|
||||
send_versions ? " AUTH_CHALLENGE" : "",
|
||||
send_chall ? " AUTH_CHALLENGE" : "",
|
||||
send_netinfo ? " NETINFO" : "");
|
||||
|
||||
if (send_versions) {
|
||||
|
Loading…
Reference in New Issue
Block a user