mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Previously we had two chains of logic for reachability tests: one for launching them, and one for telling the user that we had launched them. Now, we simply have the launch code inform the user: this way, we can't get out of sync. Closes ticket 34137.
5 lines
269 B
Text
5 lines
269 B
Text
o Minor features (relay):
|
|
- Log immediately when launching a relay self-check. Previously
|
|
we would try to log before launching checks, or approximately
|
|
when we intended to launch checks, but this tended to be
|
|
error-prone. Closes ticket 34137.
|