diff options
author | teor <teor@torproject.org> | 2019-03-05 12:53:14 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-15 08:57:28 -0400 |
commit | 532f4c9103315bff1de21b3e0eeeee6fcf790647 (patch) | |
tree | efaaca3f56c18b9dbdf4d332bdfed1aecd5d09c7 /changes | |
parent | 1c248fa27d978a3a20f29ea76cc23c4c4604d1a0 (diff) | |
download | tor-532f4c9103315bff1de21b3e0eeeee6fcf790647.tar.gz tor-532f4c9103315bff1de21b3e0eeeee6fcf790647.zip |
Stop logging a BUG() warning when tor is waiting for exit descriptors
Fixes bug 28656; bugfix on 0.3.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28656 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug28656 b/changes/bug28656 new file mode 100644 index 0000000000..d3a13d196c --- /dev/null +++ b/changes/bug28656 @@ -0,0 +1,3 @@ + o Minor bugfixes (logging): + - Stop logging a BUG() warning when tor is waiting for exit descriptors. + Fixes bug 28656; bugfix on 0.3.5.1-alpha. |