aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket34137
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 11:12:46 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-30 11:12:46 -0400
commit2238b6320b6e33b5c661012fcbe6831b42a8e123 (patch)
treeb571240691ee65a5919b48f03394cc7188b18be0 /changes/ticket34137
parent081d84c1de4cbf44bcac7afa0ab7417728052946 (diff)
downloadtor-2238b6320b6e33b5c661012fcbe6831b42a8e123.tar.gz
tor-2238b6320b6e33b5c661012fcbe6831b42a8e123.zip
Refactor reachability test logging: log exactly what we launch.
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.
Diffstat (limited to 'changes/ticket34137')
-rw-r--r--changes/ticket341375
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket34137 b/changes/ticket34137
new file mode 100644
index 0000000000..0982d9dd3b
--- /dev/null
+++ b/changes/ticket34137
@@ -0,0 +1,5 @@
+ 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.