Skip to content
Snippets Groups Projects
Commit 5d2045ee authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

diagnostic for 12184: Add a call to channel_dump_statistics

parent 32495ee3
No related branches found
No related tags found
No related merge requests found
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment