aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2021-10-23 05:24:29 -0400
committerRoger Dingledine <arma@torproject.org>2021-10-28 20:57:28 -0400
commitf9cb7e3398a8c0941a2c489b16a9e8ef66bc1324 (patch)
tree21276e066b274e92d35963b510947831c778ea0c /changes
parentdb34f6c9e82bf95bb0c0e24e9ea858f04919fbc4 (diff)
downloadtor-f9cb7e3398a8c0941a2c489b16a9e8ef66bc1324.tar.gz
tor-f9cb7e3398a8c0941a2c489b16a9e8ef66bc1324.zip
do notice-level log when we resume having enough dir info
we do a notice-level log when we decide we *don't* have enough dir info, but in 0.3.5.1-alpha (see commit eee62e13d97, #14950) we lost our corresponding notice-level log when things come back. bugfix on 0.3.5.1-alpha; fixes bug 40496.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404966
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40496 b/changes/bug40496
new file mode 100644
index 0000000000..b626cc51fe
--- /dev/null
+++ b/changes/bug40496
@@ -0,0 +1,6 @@
+ o Minor bugfixes (logging):
+ - When we no longer have enough directory information to use the
+ network, we would log a notice-level message -- but we would not
+ reliably log a message when we recovered and resumed using the
+ network. Now make sure there is always a corresponding message
+ about recovering. Fixes bug 40496; bugfix on 0.3.5.1-alpha.