aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-07 08:49:11 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-07 08:49:11 -0400
commit9c404602a0a5dd0b916957f4c456c59defecea13 (patch)
tree229bcc40f5d2f13428ef22cca3484ecdecf0faea /changes
parentfd0a894d2878613fd4d5856401a2bdf5b92173af (diff)
downloadtor-9c404602a0a5dd0b916957f4c456c59defecea13.tar.gz
tor-9c404602a0a5dd0b916957f4c456c59defecea13.zip
Add a stack trace to the warning at issue with 23105.
With luck, this will help us diagnose 23105 and fix it. I also added a stack trace to the warning right before it, since why not.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23105-diagnostic4
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.