diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-28 14:27:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-28 14:27:52 -0400 |
commit | 0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01 (patch) | |
tree | 83c64b534ad9579dbc0d4ae6b13733d2994e6a44 /changes/diagnose_22752 | |
parent | a088a08eeb076a80dfe3392bf913a955ac1bd4e6 (diff) | |
download | tor-0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01.tar.gz tor-0ac8f0bde92ef60d8863bbbcae42a6dc7c726b01.zip |
Changes file for bug22752 diagnostics
Diffstat (limited to 'changes/diagnose_22752')
-rw-r--r-- | changes/diagnose_22752 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/diagnose_22752 b/changes/diagnose_22752 new file mode 100644 index 0000000000..b5bda05ec0 --- /dev/null +++ b/changes/diagnose_22752 @@ -0,0 +1,4 @@ + o Minor features (bug mitigation, diagnostics, logging): + - Avoid an assertion failure, and log a better error message, + when unable to remove a file from the consensus cache on + Windows. Attempts to mitigate and diagnose bug 22752. |