Browse Source

Fix log message about what cells we are sending

Nick Mathewson 12 years ago
parent
commit
610cb0ecc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/command.c

+ 1 - 1
src/or/command.c

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