[or-cvs] Clarify confusing message

Nick Mathewson nickm at seul.org
Thu Dec 16 05:23:51 UTC 2004


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv14376/src/or

Modified Files:
	main.c 
Log Message:
Clarify confusing message

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -d -r1.406 -r1.407
--- main.c	13 Dec 2004 01:30:41 -0000	1.406
+++ main.c	16 Dec 2004 05:23:48 -0000	1.407
@@ -355,7 +355,7 @@
       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);



More information about the tor-commits mailing list