aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-07 01:00:37 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-07 01:00:37 +0000
commit43edbf046195c55c20d0424af121211cd1cfc539 (patch)
tree5463381e79aefd82372c731193d9c10df54064fd /src/or/command.c
parent879fe91d88f91a5df903be9ca9dffe2c48dd0b3a (diff)
downloadtor-43edbf046195c55c20d0424af121211cd1cfc539.tar
tor-43edbf046195c55c20d0424af121211cd1cfc539.tar.gz
prefer calling it a client rather than an OP
svn:r8334
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c
index f508ab254..cfd915a92 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -266,7 +266,7 @@ command_process_created_cell(cell_t *cell, or_connection_t *conn)
if (circ->n_circ_id != cell->circ_id) {
log_fn(LOG_PROTOCOL_WARN,LD_PROTOCOL,
- "got created cell from OPward? Closing.");
+ "got created cell from Tor client? Closing.");
circuit_mark_for_close(circ, END_CIRC_REASON_TORPROTOCOL);
return;
}