summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-16 05:23:48 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-16 05:23:48 +0000
commite327b2f3a6f3a9667f42826890d50c354c90fc9e (patch)
treee658b7c2780845feefccc1b7ad30e332998025c5
parent29cf8a0a457dcdba7e019357e4324a130699b9a5 (diff)
downloadtor-0.0.9.1.tar.gz
tor-0.0.9.1.zip
Clarify confusing messagetor-0.0.9.1
svn:r3151
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index a8804441a2..e9b77a6ab2 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -355,7 +355,7 @@ static void conn_close_if_marked(int i) {
return;
}
if (connection_wants_to_flush(conn)) {
- log_fn(LOG_NOTICE,"Conn (addr %s, fd %d, type %s, state %d) still wants to flush. Losing %d bytes! (Marked at %s:%d)",
+ log_fn(LOG_NOTICE,"Conn (addr %s, fd %d, type %s, state %d) is being closed, but there are still %d bytes we can't write. (Marked at %s:%d)",
conn->address, conn->s, CONN_TYPE_TO_STRING(conn->type), conn->state,
(int)buf_datalen(conn->outbuf), conn->marked_for_close_file,
conn->marked_for_close);