diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-31 11:00:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 11:01:57 -0400 |
commit | 063138e001d3608b1e8b6619661d906cfea74ae0 (patch) | |
tree | 9cc1bbaecb1f1835bfab074646e266b282ea124f /changes | |
parent | 7143d112a69806bde4a29bf8da94704cfb435fe3 (diff) | |
download | tor-063138e001d3608b1e8b6619661d906cfea74ae0.tar.gz tor-063138e001d3608b1e8b6619661d906cfea74ae0.zip |
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/bug6404 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404 index 64d459418f..77081481ce 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. |