mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a more correct log message
svn:r5746
This commit is contained in:
parent
654b61a2e8
commit
ba339b8a4d
@ -487,8 +487,8 @@ conn_close_if_marked(int i)
|
||||
else
|
||||
severity = LOG_NOTICE;
|
||||
log_fn(severity, LD_NET, "Something wrong with your network connection? "
|
||||
"Conn (addr %s, fd %d, type %s, state %d) tried to write %d "
|
||||
"bytes but timed out. (Marked at %s:%d)",
|
||||
"We tried to write %d bytes to addr %s (fd %d, type %s, state %d) "
|
||||
"but timed out. (Marked at %s:%d)",
|
||||
safe_str(conn->address), conn->s, conn_type_to_string(conn->type),
|
||||
conn->state,
|
||||
(int)buf_datalen(conn->outbuf), conn->marked_for_close_file,
|
||||
|
Loading…
Reference in New Issue
Block a user