mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
cf2b00d3f5
* actually sleep when tor has not logged anything * log at debug level when waiting for tor to log something * backslash-replace bad UTF-8 characters in logs * format control messages as ASCII: tor does not accept UTF-8 control commands Fixes bug 31837; bugfix on 0.3.5.1-alpha.
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
o Minor bugfixes (testing):
|
|
- When testing port rebinding, don't busy-wait for tor to log. Instead,
|
|
actually sleep for a short time before polling again. Also improve the
|
|
formatting of control commands and log messages.
|
|
Fixes bug 31837; bugfix on 0.3.5.1-alpha.
|