aboutsummaryrefslogtreecommitdiff
path: root/changes/bug31657
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-06 16:23:58 +1000
committerteor <teor@torproject.org>2019-09-06 16:43:14 +1000
commit670d4026219534558c809c48ba36b905d18ce35f (patch)
tree9744b4ac74d74a3b58a5d47a072c67f9635f83ed /changes/bug31657
parent04618371497bd5040d3af3e6fd782c361a7ba3a5 (diff)
downloadtor-670d4026219534558c809c48ba36b905d18ce35f.tar.gz
tor-670d4026219534558c809c48ba36b905d18ce35f.zip
entrynodes: Make routine descriptor expiry notice logs less alarming
When tor is missing descriptors for some primary entry guards, make the log message less alarming. It's normal for descriptors to expire, as long as tor fetches new ones soon after. Fixes bug 31657; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes/bug31657')
-rw-r--r--changes/bug316575
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31657 b/changes/bug31657
new file mode 100644
index 0000000000..08e9d95fdf
--- /dev/null
+++ b/changes/bug31657
@@ -0,0 +1,5 @@
+ o Minor bugfixes (guards):
+ - When tor is missing descriptors for some primary entry guards, make the
+ log message less alarming. It's normal for descriptors to expire, as long
+ as tor fetches new ones soon after. Fixes bug 31657;
+ bugfix on 0.3.3.1-alpha.