mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Added logging
This commit is contained in:
@@ -191,8 +191,11 @@ public class EntityRule {
|
||||
} else
|
||||
matched = haystack.toLowerCase().contains(needle.trim().toLowerCase());
|
||||
|
||||
EntityLog.log(context, "Rule=" + name + " matched=" + matched +
|
||||
" needle=" + needle + " haystack=" + haystack + " regex=" + regex);
|
||||
EntityLog.log(context, "Rule=" + name +
|
||||
" matched=" + matched +
|
||||
" needle=" + needle +
|
||||
" haystack=" + haystack +
|
||||
" regex=" + regex);
|
||||
return matched;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user