diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-22 11:55:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-22 11:55:53 -0500 |
commit | 4159d103d644101ab616973c9f7742821132ecbd (patch) | |
tree | d467b6b775e64e3f5e6bb415a46dac51c1be0cd3 /changes | |
parent | 9ce1978b5ea630bca699eb1cf7f3f1c178f8e939 (diff) | |
parent | 0981ac4c59f04a9de76224abf75a94a6fcc0542c (diff) | |
download | tor-4159d103d644101ab616973c9f7742821132ecbd.tar.gz tor-4159d103d644101ab616973c9f7742821132ecbd.zip |
Merge branch 'bug29042_035' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29042 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29042 b/changes/bug29042 new file mode 100644 index 0000000000..ecbcdeeec0 --- /dev/null +++ b/changes/bug29042 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Log more information at "warning" level when unable to read a private + key; log more information ad "info" level when unable to read a public + key. We had warnings here before, but they were lost during our + NSS work. Fixes bug 28981; bugfix on 0.3.5.1-alpha. |