diagnostic for 12184: Add a call to channel_dump_statistics

This commit is contained in:
Nick Mathewson 2014-07-16 10:34:39 +02:00
parent 32495ee309
commit 5d2045ee8b
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
o Minor features (diagnostic):
- Slightly enhance the diagnostic message for bug 12184.

View File

@ -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;
}