mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fix format bug
svn:r4051
This commit is contained in:
parent
ec3650f00f
commit
dabafddb82
@ -351,7 +351,7 @@ void connection_close_immediate(connection_t *conn)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (conn->outbuf_flushlen) {
|
if (conn->outbuf_flushlen) {
|
||||||
log_fn(LOG_INFO,"fd %d, type %s, state %d, %d bytes on outbuf.",
|
log_fn(LOG_INFO,"fd %d, type %s, state %s, %d bytes on outbuf.",
|
||||||
conn->s, conn_type_to_string(conn->type),
|
conn->s, conn_type_to_string(conn->type),
|
||||||
conn_state_to_string(conn->type, conn->state),
|
conn_state_to_string(conn->type, conn->state),
|
||||||
(int)conn->outbuf_flushlen);
|
(int)conn->outbuf_flushlen);
|
||||||
|
Loading…
Reference in New Issue
Block a user