diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-06 09:32:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-06 09:32:22 -0400 |
commit | 86eb63deb45f2d21375bee74ef4758c24974a97e (patch) | |
tree | 3ef5d4b9e9b2776304d845429693dbd7578902b8 /changes | |
parent | 720552b04c86e1b823d12bfde71ba052f4246e1c (diff) | |
parent | 994595ae5d0bc5e72bdeb9a2e7889b9f52b8b3c8 (diff) | |
download | tor-86eb63deb45f2d21375bee74ef4758c24974a97e.tar.gz tor-86eb63deb45f2d21375bee74ef4758c24974a97e.zip |
Merge remote-tracking branch 'public/bug19648'
Diffstat (limited to 'changes')
-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. |