diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-10 12:04:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-10 12:04:06 -0400 |
commit | 562299d57b6d7ff73707ef8257dbc30c2642475a (patch) | |
tree | ed2a9c6455a03c56289433ad1263959f81ed3a73 /changes | |
parent | 55c7a559df5f349de21ca37ecfe19b736085c317 (diff) | |
download | tor-562299d57b6d7ff73707ef8257dbc30c2642475a.tar tor-562299d57b6d7ff73707ef8257dbc30c2642475a.tar.gz |
Improved diagnostic log for bug 8387.
When we find a stranded one-hop circuit, log whether it is dirty,
log information about any streams on it, and log information about
connections they might be linked to.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/more_8387_diagnosis | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/more_8387_diagnosis b/changes/more_8387_diagnosis new file mode 100644 index 000000000..68a36a113 --- /dev/null +++ b/changes/more_8387_diagnosis @@ -0,0 +1,4 @@ + o Minor features (diagnostic): + - Improve the diagnostic log message for bug #8387 even further to + try to improve our odds of figuring out why one-hop directory + circuits sometimes do not get closed. |