From 610cb0ecc43506d237074868050630b30d046a6d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 27 Sep 2011 14:40:27 -0400 Subject: [PATCH] Fix log message about what cells we are sending --- src/or/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {