mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'maint-0.2.5'
This commit is contained in:
commit
bdc2cefd4e
@ -3352,7 +3352,7 @@ channel_dump_statistics(channel_t *chan, int severity)
|
||||
U64_PRINTF_ARG(chan->timestamp_recv),
|
||||
U64_PRINTF_ARG(now - chan->timestamp_recv));
|
||||
tor_log(severity, LD_GENERAL,
|
||||
" * Channel " U64_FORMAT " last trasmitted a cell "
|
||||
" * Channel " U64_FORMAT " last transmitted a cell "
|
||||
"at " U64_FORMAT " (" U64_FORMAT " seconds ago)",
|
||||
U64_PRINTF_ARG(chan->global_identifier),
|
||||
U64_PRINTF_ARG(chan->timestamp_xmit),
|
||||
|
Loading…
Reference in New Issue
Block a user