diff options
author | David Goulet <dgoulet@torproject.org> | 2020-01-30 13:48:36 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-01-30 13:48:36 -0500 |
commit | a1dec44723b4c2b38140b49efd0d30bb784626ae (patch) | |
tree | 397206c6c48fe4b4f669ea2ed89b49c503f24f3c /changes | |
parent | 9662a13d7e587ec9b78af77cdb6607b4ad23a918 (diff) | |
parent | 2a1f8ea2e78486966c71762ebc3286f2b3e531ff (diff) | |
download | tor-a1dec44723b4c2b38140b49efd0d30bb784626ae.tar.gz tor-a1dec44723b4c2b38140b49efd0d30bb784626ae.zip |
Merge branch 'tor-github/pr/1697'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33095_041 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug33095_041 b/changes/bug33095_041 new file mode 100644 index 0000000000..7d1f04e279 --- /dev/null +++ b/changes/bug33095_041 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging, bug reporting): + - When logging a bug, do not say "Future instances of this warning + will be silenced" unless we are actually going to do + so. Previously we would say this whenever a BUG() check failed in + the code. Fixes bug 33095; bugfix on 0.4.1.1-alpha. |