summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-04-06 05:32:24 +0000
committerRoger Dingledine <arma@torproject.org>2005-04-06 05:32:24 +0000
commit712d05c19a8730e9a34118b68d8a78f767cbb285 (patch)
tree255c30b0c54bf3deef73bbf5a0aad5fbcd59bc65
parent5f0a84cbe2a925f4ab71d18733d109a9303952fc (diff)
downloadtor-712d05c19a8730e9a34118b68d8a78f767cbb285.tar.gz
tor-712d05c19a8730e9a34118b68d8a78f767cbb285.zip
a bit more data on gene's dns threading bug
svn:r4019
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index fb05729fd5..2ef5aa7a24 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -633,7 +633,7 @@ int connection_dns_process_inbuf(connection_t *conn) {
tor_assert(conn->type == CONN_TYPE_DNSWORKER);
if (conn->state != DNSWORKER_STATE_BUSY && buf_datalen(conn->inbuf)) {
- log_fn(LOG_WARN,"Bug: read data from an idle dns worker. Please report.");
+ log_fn(LOG_WARN,"Bug: read data (%d bytes) from an idle dns worker. Please report.", buf_datalen(conn->inbuf));
#ifdef TOR_FRAGILE
tor_assert(0);
#endif