From: Nick Mathewson Date: Fri, 25 Mar 2005 05:54:50 +0000 (+0000) Subject: Note where connection that hasnt sent end was marked. X-Git-Tag: tor-0.1.0.1-rc~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26bcfab92a226a3297fa94b64c7f7084cba55a2;p=thirdparty%2Ftor.git Note where connection that hasnt sent end was marked. svn:r3872 --- diff --git a/src/or/connection.c b/src/or/connection.c index acf3465a2e..1233904486 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -236,7 +236,7 @@ void connection_about_to_close_connection(connection_t *conn) 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