diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-08 14:32:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-08 14:33:16 -0400 |
commit | 8be6058d8f31e578de2ba9783b2ccb5da5ab0d9e (patch) | |
tree | 9740d279d9925065ee76c0dccd3af84c1d01f3bf /changes | |
parent | 554ec65ce72966ae319743aea629a562f26748a3 (diff) | |
download | tor-8be6058d8f31e578de2ba9783b2ccb5da5ab0d9e.tar.gz tor-8be6058d8f31e578de2ba9783b2ccb5da5ab0d9e.zip |
changes file and whitespace fix for bug5235 patch
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5235_log | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5235_log b/changes/bug5235_log new file mode 100644 index 0000000000..2448a001c1 --- /dev/null +++ b/changes/bug5235_log @@ -0,0 +1,4 @@ + o Minor features: + - Rate-limit the "Weighted bandwidth is 0.000000" message, and add + more information to it, so that we can track it down in case it + returns again. Mitigates bug 5235. |