Fix log message about what cells we are sending

This commit is contained in:
Nick Mathewson 2011-09-27 14:40:27 -04:00
parent f726c67dd4
commit 610cb0ecc4

View File

@ -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) {