mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
4 lines
203 B
Text
4 lines
203 B
Text
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.
|