Merge branch 'tor-github/pr/1356'

This commit is contained in:
George Kadianakis
2019-09-30 13:47:06 +03:00
7 changed files with 17 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes in the unit
tests and fuzzers, rather than using hard-coded values.
Closes ticket 31334.