Add config options for REGEX support. Also add README.REGEX

This commit is contained in:
Simon 2018-11-17 16:37:11 +00:00
parent 4c47986da0
commit 08157c342c
6 changed files with 53 additions and 10 deletions

View file

@ -57,7 +57,7 @@ bool CREGEX::load()
}
size_t size = m_regex.size();
LogInfo("Loaded %u REGEXes", size);
LogInfo("Loaded %u REGEX from file %s", size, regexFile.c_str());
size = m_regex.size();
if (size == 0U)