[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] give me a little hint about the double-end bugs



Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor/src/or

Modified Files:
      Tag: tor-0_0_9-patches
	connection_edge.c 
Log Message:
give me a little hint about the double-end bugs


Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.264.2.4
retrieving revision 1.264.2.5
diff -u -d -r1.264.2.4 -r1.264.2.5
--- connection_edge.c	4 Feb 2005 01:46:54 -0000	1.264.2.4
+++ connection_edge.c	4 Feb 2005 02:45:42 -0000	1.264.2.5
@@ -130,7 +130,7 @@
   circuit_t *circ;
 
   if (conn->has_sent_end) {
-    log_fn(LOG_WARN,"Bug: Calling connection_edge_end on an already ended stream?");
+    log_fn(LOG_WARN,"Bug: Calling connection_edge_end (reason %d) on an already ended stream?", reason);
     return -1;
   }