aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-31 11:00:18 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-31 11:01:57 -0400
commit063138e001d3608b1e8b6619661d906cfea74ae0 (patch)
tree9cc1bbaecb1f1835bfab074646e266b282ea124f /changes
parent7143d112a69806bde4a29bf8da94704cfb435fe3 (diff)
downloadtor-063138e001d3608b1e8b6619661d906cfea74ae0.tar
tor-063138e001d3608b1e8b6619661d906cfea74ae0.tar.gz
Warn at parse time for routerstatus entry missing a microdesc consensus
In 0.2.3.18-rc, we started warning on this case while building a list of missing microdescriptor digests. That turned out to spam the logs; instead let's warn at parse time. Partial fix for bug 6404.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug64044
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404
index 64d459418..77081481c 100644
--- a/changes/bug6404
+++ b/changes/bug6404
@@ -10,3 +10,7 @@
agree on a microdescriptor. Partial fix for bug 6404; fix on
0.2.2.6-alpha.
+ - Move log message when unable to find a microdesc in a
+ routerstatus entry to parse time. Previously we'd spam this
+ warning every time we tried to figure out which microdescriptors
+ to download. Partial fix for bug 6404; fix on 0.2.3.18-rc.