aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7164_diagnostic
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-13 10:42:58 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-13 10:42:58 -0400
commitadfc3de83308982f91c88e1e6c68dc37d2467746 (patch)
tree5c1ca9108c00b20a88ed6365f42406f488762a8d /changes/bug7164_diagnostic
parent051b1e8ac4114fb23904cdf8dead72d585904e0a (diff)
downloadtor-adfc3de83308982f91c88e1e6c68dc37d2467746.tar.gz
tor-adfc3de83308982f91c88e1e6c68dc37d2467746.zip
Log fname:lineno in log messages for #7164
This should help us track down #7164 at last.
Diffstat (limited to 'changes/bug7164_diagnostic')
-rw-r--r--changes/bug7164_diagnostic4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7164_diagnostic b/changes/bug7164_diagnostic
new file mode 100644
index 0000000000..8bedfc4bd5
--- /dev/null
+++ b/changes/bug7164_diagnostic
@@ -0,0 +1,4 @@
+ o Minor features (bug diagnostic):
+ - If we fail to free a microdescriptor because of bug #7164, log
+ the filename and line number from which we tried to free it.
+ This should help us finally fix #7164.