[or-cvs] r9395: start tracking down a funny-looking log message (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Wed Jan 24 01:18:46 UTC 2007
Author: arma
Date: 2007-01-23 20:18:45 -0500 (Tue, 23 Jan 2007)
New Revision: 9395
Modified:
tor/trunk/src/or/connection_edge.c
Log:
start tracking down a funny-looking log message
Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c 2007-01-24 00:43:52 UTC (rev 9394)
+++ tor/trunk/src/or/connection_edge.c 2007-01-24 01:18:45 UTC (rev 9395)
@@ -374,7 +374,8 @@
seconds_idle, safe_str(conn->socks_request->address),
conn->socks_request->port);
} else {
- log_fn(severity, LD_APP, "Closing unattached stream.");
+ log_fn(severity, LD_APP, "Closing unattached stream (state %d).",
+ conn->_base.state);
}
connection_mark_unattached_ap(conn, END_STREAM_REASON_TIMEOUT);
}
More information about the tor-commits
mailing list