diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-03 18:50:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-03 18:50:27 -0400 |
commit | 2131cc125bde702b30ad7655967f13ef9e4c8973 (patch) | |
tree | c4ffbc6fc24697f0478f8fdab93a222b7b7c2098 /changes/bug6759 | |
parent | 4bd90e20b92fbe2b93fc53e24254f00e663d057e (diff) | |
download | tor-2131cc125bde702b30ad7655967f13ef9e4c8973.tar.gz tor-2131cc125bde702b30ad7655967f13ef9e4c8973.zip |
Don't log about reloading the microdescriptor cache at startup
Addresses bug 6759.
Diffstat (limited to 'changes/bug6759')
-rw-r--r-- | changes/bug6759 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6759 b/changes/bug6759 new file mode 100644 index 0000000000..b0092d01a3 --- /dev/null +++ b/changes/bug6759 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Don't log about reloading the microdescriptor cache at startup. Our + bootstrap warnings are supposed to tell the user when there's a + problem, and our bootstrap notices say when there isn't. Fixes + bug 6759; bugfix on 0.2.2.6-alpha. + |