[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Backport: Note where connection that hasnt sent end was mar...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Backport: Note where connection that hasnt sent end was mar...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Fri, 25 Mar 2005 00:58:35 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 25 Mar 2005 00:58:55 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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) {