diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-09 11:34:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-09 11:34:00 -0400 |
commit | a7904543689917d0087ea47ad3d3c1631cdd2bde (patch) | |
tree | ed130af799aca0801b55893687463cff98d6587e /changes | |
parent | 2f73525883373df17a7e11a8feae28f7558fe62e (diff) | |
download | tor-a7904543689917d0087ea47ad3d3c1631cdd2bde.tar.gz tor-a7904543689917d0087ea47ad3d3c1631cdd2bde.zip |
Demote "we stalled too much while trying to write" message to INFO
Resolves ticket 5286.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5286 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5286 b/changes/bug5286 new file mode 100644 index 0000000000..de02a9ab69 --- /dev/null +++ b/changes/bug5286 @@ -0,0 +1,4 @@ + o Minor features: + - Demote the message that we give when a flushing connection times + out for too long from NOTICE to INFO. It was usually meaningless. + Resolves ticket 5286. |