]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
diagnostic for 12184: Add a call to channel_dump_statistics
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Jul 2014 08:34:39 +0000 (10:34 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Jul 2014 08:34:39 +0000 (10:34 +0200)
changes/further-12184-diagnostic [new file with mode: 0644]
src/or/circuitbuild.c

diff --git a/changes/further-12184-diagnostic b/changes/further-12184-diagnostic
new file mode 100644 (file)
index 0000000..89e9f46
--- /dev/null
@@ -0,0 +1,2 @@
+  o Minor features (diagnostic):
+    - Slightly enhance the diagnostic message for bug 12184.
index e743a25f488cc37ec5f993a6a70f956229eb6f60..283afee31fcdfe298cfa9fc9b83d158b02503322 100644 (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;
     }