]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note where connection that hasnt sent end was marked.
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Mar 2005 05:54:50 +0000 (05:54 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Mar 2005 05:54:50 +0000 (05:54 +0000)
svn:r3872

src/or/connection.c

index acf3465a2e1918365222230dcc28c8f400b62d9b..1233904486089d4886781f501da224e964fd9ba9 100644 (file)
@@ -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