mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
diagnostic for 12184: Add a call to channel_dump_statistics
This commit is contained in:
parent
32495ee309
commit
5d2045ee8b
2
changes/further-12184-diagnostic
Normal file
2
changes/further-12184-diagnostic
Normal file
@ -0,0 +1,2 @@
|
||||
o Minor features (diagnostic):
|
||||
- Slightly enhance the diagnostic message for bug 12184.
|
@ -183,6 +183,8 @@ get_unique_circ_id_by_chan(channel_t *chan)
|
||||
if (0)
|
||||
circuitmux_assert_okay(chan->cmux);
|
||||
|
||||
channel_dump_statistics(chan, LOG_WARN);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user