diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-14 23:52:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-14 23:52:29 +0000 |
commit | b51561f7fb826ce145277875311070715e99b099 (patch) | |
tree | c6ed2211a82e167f77cf45508b96fa1cf6623345 /src/or/rendservice.c | |
parent | 37255d24bcb4a51bc65766c783385ce1dc55fdc2 (diff) | |
download | tor-b51561f7fb826ce145277875311070715e99b099.tar tor-b51561f7fb826ce145277875311070715e99b099.tar.gz |
prune abandoned circs better
add debugging info for the bug weasel found
svn:r1626
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 0c92d1d91..2dc8b5f1a 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -884,6 +884,7 @@ rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ) char serviceid[REND_SERVICE_ID_LEN]; assert(circ->purpose == CIRCUIT_PURPOSE_S_REND_JOINED); + log_fn(LOG_DEBUG,"beginning to hunt for addr/port"); if (base32_encode(serviceid, REND_SERVICE_ID_LEN+1, circ->rend_pk_digest,10)) { return -1; |