[or-cvs] Backport: Note where connection that hasnt sent end was mar...

Nick Mathewson nickm at seul.org
Fri Mar 25 05:58:35 UTC 2005


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

Modified Files:
      Tag: tor-0_0_9-patches
	connection.c 
Log Message:
Backport: 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.310.2.10
retrieving revision 1.310.2.11
diff -u -d -r1.310.2.10 -r1.310.2.11
--- connection.c	24 Mar 2005 09:03:13 -0000	1.310.2.10
+++ connection.c	25 Mar 2005 05:58:32 -0000	1.310.2.11
@@ -200,7 +200,7 @@
 
   if (conn->type == CONN_TYPE_AP || conn->type == CONN_TYPE_EXIT) {
     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);
   }
 
   switch (conn->type) {



More information about the tor-commits mailing list