diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-08-16 16:29:19 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-08-16 16:29:19 -0700 |
commit | 4e42a8a2f20e501f9236452b41939964e6d942cf (patch) | |
tree | 52fd4fa188a857ec59185d9461e352efccfb84e0 /changes | |
parent | ec6a7effb80af21484d83fd45d4e5eeb7c993dd4 (diff) | |
download | tor-4e42a8a2f20e501f9236452b41939964e6d942cf.tar.gz tor-4e42a8a2f20e501f9236452b41939964e6d942cf.zip |
Address Nick's comments from code review.
Also promote log messages to notice and rate-limit them.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6475 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6475 b/changes/bug6475 new file mode 100644 index 0000000000..67bab99622 --- /dev/null +++ b/changes/bug6475 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Add internal circuit construction state to protect against + the noisy warn message "Unexpectedly high circuit_successes". + Also add some additional rate-limited notice messages to help + determine the root cause of the warn. Fixes bug 6475. + Bugfix against 0.2.3.17-beta. |