[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix minor typo in warning printout.
commit 2f0c0f92f84f1d29fda234db2bba41d20d5bf952
Author: Linus Nordberg <linus@xxxxxxxxxxx>
Date: Tue May 29 15:03:22 2012 +0200
Fix minor typo in warning printout.
---
src/or/command.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/command.c b/src/or/command.c
index 7c4556e..9b14092 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));
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits