diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-13 05:20:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-13 05:20:52 +0000 |
commit | e0ce205a763fbddc9d87d305fc0ec79c333394bc (patch) | |
tree | 69916bff4c50b5e298b6eae599631366faf4c4f5 /src/or/rendclient.c | |
parent | a3c072e579aae88df1246453c28471af0ec3ab54 (diff) | |
download | tor-e0ce205a763fbddc9d87d305fc0ec79c333394bc.tar.gz tor-e0ce205a763fbddc9d87d305fc0ec79c333394bc.zip |
clean up circuit rebuilding some; fix some bugs we hadn't hit yet
svn:r1606
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 0f2dfa15c9..27d6fd5f1b 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -156,7 +156,7 @@ rend_client_introduction_acked(circuit_t *circ, char *nickname; if (circ->purpose != CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT) { - log_fn(LOG_WARN, "Recieved REND_INTRODUCE_ACK on unexpected circuit %d", + log_fn(LOG_WARN, "Received REND_INTRODUCE_ACK on unexpected circuit %d", circ->n_circ_id); circuit_mark_for_close(circ); return -1; |