summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-16 10:34:39 +0200
committerNick Mathewson <nickm@torproject.org>2014-07-16 10:34:39 +0200
commit5d2045ee8ba42a294291b187234be6ead6864cab (patch)
tree480ccf3b6fa50dee04f087f9453a2a28ba0e339d /src/or/circuitbuild.c
parent32495ee3099c3fb512a986a8e5db32ebf153b439 (diff)
downloadtor-5d2045ee8ba42a294291b187234be6ead6864cab.tar.gz
tor-5d2045ee8ba42a294291b187234be6ead6864cab.zip
diagnostic for 12184: Add a call to channel_dump_statistics
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 2 insertions, 0 deletions
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;
}