Procházet zdrojové kódy

Fix log message about what cells we are sending

Nick Mathewson před 14 roky
rodič
revize
610cb0ecc4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {