diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-26 10:30:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-26 10:30:11 -0400 |
commit | c4586f4df7b7b403867baab03508ccc2f078a0ec (patch) | |
tree | 96142208ca568aa767bf4c70a09b0fae39942c49 /changes | |
parent | 53e4452f985cad0947cd8ebfa0a1c198b6a7da7d (diff) | |
download | tor-c4586f4df7b7b403867baab03508ccc2f078a0ec.tar.gz tor-c4586f4df7b7b403867baab03508ccc2f078a0ec.zip |
Downgrade message about md cache cleaning from notice to info
Fix for #6238
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6238 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6238 b/changes/bug6238 new file mode 100644 index 0000000000..67cfd1db67 --- /dev/null +++ b/changes/bug6238 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Downgrade a message about cleaning the microdescriptor cache to + "info" from "notice". Fixes bug 6238; bugfix on 0.2.3.1-alpha. |