aboutsummaryrefslogtreecommitdiff
path: root/changes/bug31334
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug31334')
-rw-r--r--changes/bug313344
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31334 b/changes/bug31334
new file mode 100644
index 0000000000..dfc9cc530e
--- /dev/null
+++ b/changes/bug31334
@@ -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.