diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-07 01:00:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-07 01:00:37 +0000 |
commit | 43edbf046195c55c20d0424af121211cd1cfc539 (patch) | |
tree | 5463381e79aefd82372c731193d9c10df54064fd /src/or/rendmid.c | |
parent | 879fe91d88f91a5df903be9ca9dffe2c48dd0b3a (diff) | |
download | tor-43edbf046195c55c20d0424af121211cd1cfc539.tar.gz tor-43edbf046195c55c20d0424af121211cd1cfc539.zip |
prefer calling it a client rather than an OP
svn:r8334
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index 5ecd2af935..e96d608d59 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; } |