diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-23 09:47:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-23 09:47:11 -0400 |
commit | 994595ae5d0bc5e72bdeb9a2e7889b9f52b8b3c8 (patch) | |
tree | 421ffc56b68d1159f94ddd54a6a6da58b0979f34 /changes/bug19648 | |
parent | af98b862a51c001efae1eae4f467e0c9b835953e (diff) | |
download | tor-994595ae5d0bc5e72bdeb9a2e7889b9f52b8b3c8.tar.gz tor-994595ae5d0bc5e72bdeb9a2e7889b9f52b8b3c8.zip |
Don't say "downloading 1 descriptor, 4 at a time"
Fixes bug 19648, bugfix on 0.1.1.8-alpha.
Diffstat (limited to 'changes/bug19648')
-rw-r--r-- | changes/bug19648 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19648 b/changes/bug19648 new file mode 100644 index 0000000000..e8c2a6a094 --- /dev/null +++ b/changes/bug19648 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - When logging the number of descriptors we intend to download per + directory request, do not log a number higher than then the + number of descriptors we're fetching in total. Fixes bug 19648; + bugfix on 0.1.1.8-alpha. |