From: Nick Mathewson Date: Tue, 27 Sep 2011 18:40:27 +0000 (-0400) Subject: Fix log message about what cells we are sending X-Git-Tag: tor-0.2.3.6-alpha~30^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610cb0ecc43506d237074868050630b30d046a6d;p=thirdparty%2Ftor.git Fix log message about what cells we are sending --- diff --git a/src/or/command.c b/src/or/command.c index a8e68e1091..5519245894 100644 --- a/src/or/command.c +++ b/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) {