From b51561f7fb826ce145277875311070715e99b099 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 14 Apr 2004 23:52:29 +0000 Subject: prune abandoned circs better add debugging info for the bug weasel found svn:r1626 --- src/or/rendservice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/rendservice.c') 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; -- cgit v1.2.3