diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 21:25:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 21:25:24 -0400 |
commit | bcdffc0f80c0d5c9ed8c3858d95f351e14f9c722 (patch) | |
tree | 9e39717e562d85767d93d57fb4138852eaf92f7d /changes/bug1352 | |
parent | 50c6b55757be615be828cec21d3178e8b0501e51 (diff) | |
download | tor-bcdffc0f80c0d5c9ed8c3858d95f351e14f9c722.tar.gz tor-bcdffc0f80c0d5c9ed8c3858d95f351e14f9c722.zip |
Rate-limit v2 networkstatus download fail warnings
This fixes part of 1352. We don't care deeply about these warnings,
since v2 networkstatuses aren't a big deal.
Diffstat (limited to 'changes/bug1352')
-rw-r--r-- | changes/bug1352 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1352 b/changes/bug1352 new file mode 100644 index 0000000000..bde0192401 --- /dev/null +++ b/changes/bug1352 @@ -0,0 +1,4 @@ + o Minor features + - Rate-limit a warning about failures to download v2 networkstatus + documents. Resolves part of bug 1352. + |