diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-26 12:46:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-26 12:47:09 -0400 |
commit | bb6d45af1fc738b9f71e798cde6c7564172b6e04 (patch) | |
tree | 1ed4b1e4e41f77b7699191227f6df53760ecf658 /changes | |
parent | 9d673dcd206289bceb8f5ff527e63336ef0a50b9 (diff) | |
download | tor-bb6d45af1fc738b9f71e798cde6c7564172b6e04.tar.gz tor-bb6d45af1fc738b9f71e798cde6c7564172b6e04.zip |
Downgrade notice to info when downloading a cert.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2899 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2899 b/changes/bug2899 new file mode 100644 index 0000000000..6af86d0676 --- /dev/null +++ b/changes/bug2899 @@ -0,0 +1,4 @@ + - Minor bugfixes: + o Downgrade "no current certificates known for authority" message from + Notice to Info. Bugfix on 0.2.0.10-alpha; fixes bug 2899. + |