mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
We log these messages at INFO level, except when we are reading a private key from a file, in which case we log at WARN. This fixes a regression from when we re-wrote our PEM code to be generic between nss and openssl. Fixes bug 29042, bugfix on 0.3.5.1-alpha.
5 lines
311 B
Text
5 lines
311 B
Text
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.
|