From 5d2045ee8ba42a294291b187234be6ead6864cab Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Jul 2014 10:34:39 +0200 Subject: diagnostic for 12184: Add a call to channel_dump_statistics --- src/or/circuitbuild.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index e743a25f48..283afee31f 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -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; } -- cgit v1.2.3-54-g00ecf