Przeglądaj źródła

Fix log message about what cells we are sending

Nick Mathewson 14 lat temu
rodzic
commit
610cb0ecc4
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {