aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.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/rendmid.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/rendmid.c')
-rw-r--r--src/or/rendmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c
index 5ecd2af93..e96d608d5 100644
--- a/src/or/rendmid.c
+++ b/src/or/rendmid.c
@@ -300,7 +300,7 @@ rend_mid_rendezvous(or_circuit_t *circ, const char *request,
request+REND_COOKIE_LEN,
request_len-REND_COOKIE_LEN, NULL)) {
log_warn(LD_GENERAL,
- "Unable to send RENDEZVOUS2 cell to OP on circuit %d.",
+ "Unable to send RENDEZVOUS2 cell to client on circuit %d.",
rend_circ->p_circ_id);
goto err;
}