aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket34137
AgeCommit message (Collapse)Author
2020-06-30Refactor reachability test logging: log exactly what we launch.Nick Mathewson
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.