diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-19 09:27:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-19 09:40:36 -0500 |
commit | 557a0c83f36eb1ea9a6c96aa94a488f4ce92f9ba (patch) | |
tree | 1534f545f9684254225891701763e8b8f4f08f9d /changes/bug13762_quiet | |
parent | 55e2c0536dc6613c0a3cdb69e1bbef0a841cbf92 (diff) | |
download | tor-557a0c83f36eb1ea9a6c96aa94a488f4ce92f9ba.tar.gz tor-557a0c83f36eb1ea9a6c96aa94a488f4ce92f9ba.zip |
Do not try to download an EI for which we don't have a matching SD.
This quiets some log messages for #13762, and adds a better INFO message
for the underlying confusion.
Diffstat (limited to 'changes/bug13762_quiet')
-rw-r--r-- | changes/bug13762_quiet | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13762_quiet b/changes/bug13762_quiet new file mode 100644 index 0000000000..df541ccb98 --- /dev/null +++ b/changes/bug13762_quiet @@ -0,0 +1,5 @@ + o Minor bugfixes (directory authority): + - Do not attempt to download extrainfo documents which we will be + unable to validate with a matching server descriptor. Fixes bug + 13762; bugfix on 0.2.0.1-alpha. + |