diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-05 13:35:13 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-05 13:35:13 -0400 |
commit | 016c21d871a8fedcd07b7aaca43e47315013c1d4 (patch) | |
tree | f53655ae74c983e59e4a791b8e0a57859646c341 /changes | |
parent | 751b3aabb5ab88fca16834e559a8d9835831b05f (diff) | |
download | tor-016c21d871a8fedcd07b7aaca43e47315013c1d4.tar.gz tor-016c21d871a8fedcd07b7aaca43e47315013c1d4.zip |
Downgrade "Failed to hand off onionskin" messages
They're typically redundant with the "Your computer is too slow"
messages. Fixes bug 7038; bugfix on 0.2.2.16-alpha.
(In retrospect, we should have fixed this bug back in ticket 1042.)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7038 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7038 b/changes/bug7038 new file mode 100644 index 0000000000..3805d868b2 --- /dev/null +++ b/changes/bug7038 @@ -0,0 +1,5 @@ + o Minor bugfixes (log messages): + - Downgrade "Failed to hand off onionskin" messages to "debug" + severity, since they're typically redundant with the "Your computer + is too slow" messages. Fixes bug 7038; bugfix on 0.2.2.16-alpha. + |