aboutsummaryrefslogtreecommitdiff
path: root/changes/bug19648
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-23 09:47:11 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-23 09:47:11 -0400
commit994595ae5d0bc5e72bdeb9a2e7889b9f52b8b3c8 (patch)
tree421ffc56b68d1159f94ddd54a6a6da58b0979f34 /changes/bug19648
parentaf98b862a51c001efae1eae4f467e0c9b835953e (diff)
downloadtor-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/bug196485
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.