]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify confusing message tor-0.0.9.1
authorNick Mathewson <nickm@torproject.org>
Thu, 16 Dec 2004 05:23:48 +0000 (05:23 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Dec 2004 05:23:48 +0000 (05:23 +0000)
svn:r3151

src/or/main.c

index a8804441a2964923a4055058474a04186a8d6d3a..e9b77a6ab26c1e419b56e8093e9b9793e6886a4a 100644 (file)
@@ -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);