diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-09-16 01:13:51 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-09-16 01:13:51 +0200 |
commit | 4f1e36ca1d2c8051f6d282fadef3834b4b76462f (patch) | |
tree | 50756a042aea581e2c56cdaaab157ad7df8c9cda /changes | |
parent | 277295efc1689d6ce039fb474147ddf155fbf516 (diff) | |
download | tor-4f1e36ca1d2c8051f6d282fadef3834b4b76462f.tar.gz tor-4f1e36ca1d2c8051f6d282fadef3834b4b76462f.zip |
Demote a warn when enabling CellStatistics
When the CellStatistics option is off, we don't store cell insertion
times. Doing so would also not be very smart, because there seem to
still be some performance issues with this type of statistics. Nothing
harmful happens when we don't have insertion times, so we don't need to
alarm the user.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1921 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1921 b/changes/bug1921 new file mode 100644 index 0000000000..748d50b13d --- /dev/null +++ b/changes/bug1921 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Demote a warn to info that happens when the CellStatistics option + was just enabled. Fixes bug 1921; bugfix on 0.2.2.1-alpha. Reported + by Moritz Bartl. |