Log fname:lineno in log messages for #7164

This should help us track down #7164 at last.
This commit is contained in:
Nick Mathewson
2013-03-13 10:42:58 -04:00
parent 051b1e8ac4
commit adfc3de833
3 changed files with 18 additions and 10 deletions
+4
View File
@@ -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.