]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix log message about what cells we are sending
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Sep 2011 18:40:27 +0000 (14:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 03:14:30 +0000 (23:14 -0400)
src/or/command.c

index a8e68e1091bd3f7a9efb960b7f377f783bfeff55..5519245894555d886da911c9d51d6c2a2f5b99eb 100644 (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) {