mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 00:53:32 +01:00
fix a log message to be mildly more helpful
svn:r5498
This commit is contained in:
parent
bb8dc691eb
commit
40cbe550f3
@ -346,7 +346,7 @@ connection_ap_expire_beginning(void)
|
|||||||
}
|
}
|
||||||
if (circ->purpose == CIRCUIT_PURPOSE_C_REND_JOINED) {
|
if (circ->purpose == CIRCUIT_PURPOSE_C_REND_JOINED) {
|
||||||
if (now - conn->timestamp_lastread > 45) {
|
if (now - conn->timestamp_lastread > 45) {
|
||||||
notice(LD_REND,"Rend stream is %d seconds late. Giving up on address '%s'.",
|
notice(LD_REND,"Rend stream is %d seconds late. Giving up on address '%s.onion'.",
|
||||||
(int)(now - conn->timestamp_lastread),
|
(int)(now - conn->timestamp_lastread),
|
||||||
safe_str(conn->socks_request->address));
|
safe_str(conn->socks_request->address));
|
||||||
connection_edge_end(conn, END_STREAM_REASON_TIMEOUT, conn->cpath_layer);
|
connection_edge_end(conn, END_STREAM_REASON_TIMEOUT, conn->cpath_layer);
|
||||||
|
Loading…
Reference in New Issue
Block a user