mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5613968d57
When we fixed 28614, our answer was "if we failed to load the consensus on windows and it had a CRLF, retry it." But we logged the failure at "warn", and we only logged the retry at "info". Now we log the retry at "notice", with more useful information. Fixes bug 30004.
7 lines
390 B
Plaintext
7 lines
390 B
Plaintext
o Minor bugfixes (logging):
|
|
- On Windows, when errors cause us to reload a consensus from disk, tell
|
|
the user that we are retrying at log level "notice". Previously we only
|
|
logged this information at "info", which was confusing because the
|
|
errors themselves were logged at "warning". Improves previous fix for
|
|
28614. Fixes bug 30004; bugfix on 0.4.0.2-alpha.
|