From: Linus Nordberg Date: Tue, 29 May 2012 13:03:22 +0000 (+0200) Subject: Fix minor typo in warning printout. X-Git-Tag: tor-0.2.3.16-alpha~38^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f0c0f92f84f1d29fda234db2bba41d20d5bf952;p=thirdparty%2Ftor.git Fix minor typo in warning printout. --- diff --git a/src/or/command.c b/src/or/command.c index 7c4556ea37..9b14092fed 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -161,7 +161,7 @@ command_process_cell(cell_t *cell, or_connection_t *conn) cell->command != CELL_NETINFO) { log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, "Received unexpected cell command %d in state %s; closing the " - "connection", + "connection.", (int)cell->command, conn_state_to_string(CONN_TYPE_OR,conn->_base.state)); connection_mark_for_close(TO_CONN(conn));