mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
start tracking down a funny-looking log message
svn:r9395
This commit is contained in:
parent
792f819212
commit
c716eefbca
@ -374,7 +374,8 @@ connection_ap_expire_beginning(void)
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user