summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-26 13:37:06 +1000
committerteor <teor@torproject.org>2019-09-30 22:05:00 +1000
commitdb329522ef6f0d0971111cbd07f35d54e0c7eced (patch)
tree2050fd94481605344e1e58d77535f56575b20bf7 /changes
parent25c5322dfe228178391b37fffd3333abdf57baa5 (diff)
downloadtor-db329522ef6f0d0971111cbd07f35d54e0c7eced.tar.gz
tor-db329522ef6f0d0971111cbd07f35d54e0c7eced.zip
log: When initialising log domain masks, only set known log domains
And add a runtime test that checks for unknown domains and flags. Fixes bug 31854; bugfix on 0.2.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug318543
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31854 b/changes/bug31854
new file mode 100644
index 0000000000..692a192fd9
--- /dev/null
+++ b/changes/bug31854
@@ -0,0 +1,3 @@
+ o Minor bugfixes (logging):
+ - When initialising log domain masks, only set known log domains.
+ Fixes bug 31854; bugfix on 0.2.1.1-alpha.