diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-07 08:51:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-07 08:51:16 -0400 |
commit | 1e079ec30db716f92bf944489ec0408daef18d0f (patch) | |
tree | 7b1c69bc3e5a618fe508893cb7d8e188fe92a2f5 /changes | |
parent | ae7cb3349e8a159c3144e7d3ea66b9a439d7028e (diff) | |
parent | 9c404602a0a5dd0b916957f4c456c59defecea13 (diff) | |
download | tor-1e079ec30db716f92bf944489ec0408daef18d0f.tar.gz tor-1e079ec30db716f92bf944489ec0408daef18d0f.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23105-diagnostic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23105-diagnostic b/changes/bug23105-diagnostic new file mode 100644 index 0000000000..8ba4931e36 --- /dev/null +++ b/changes/bug23105-diagnostic @@ -0,0 +1,4 @@ + o Minor features (diagnostic): + - Add a stack trace to the bug warnings that can be logged when + trying to send an outgoing relay cell with n_chan == 0. + Diagnostic attempt for bug 23105. |