mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix minor typo in warning printout.
This commit is contained in:
parent
9df89aacbd
commit
2f0c0f92f8
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user