[or-cvs] Note where connection that hasnt sent end was marked.

Nick Mathewson nickm at seul.org
Fri Mar 25 05:54:52 UTC 2005


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

Modified Files:
	connection.c 
Log Message:
Note where connection that hasnt sent end was marked.

Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- connection.c	24 Mar 2005 23:20:06 -0000	1.344
+++ connection.c	25 Mar 2005 05:54:50 -0000	1.345
@@ -236,7 +236,7 @@
 
   if (CONN_IS_EDGE(conn)) {
     if (!conn->has_sent_end) {
-      log_fn(LOG_WARN,"Harmless bug: Edge connection hasn't sent end yet?");
+      log_fn(LOG_WARN,"Harmless bug: Edge connection (marked at %s:%d) hasn't sent end yet?", conn->marked_for_close_file, conn->marked_for_close);
 #ifdef TOR_FRAGILE
       tor_assert(0);
 #endif



More information about the tor-commits mailing list