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.
This commit is contained in:
teor
2019-09-26 13:37:06 +10:00
parent 25c5322dfe
commit db329522ef
3 changed files with 14 additions and 7 deletions
+3
View File
@@ -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.