mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Be more specific about how many of which kind of regex filters we compiled.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+2
-2
@@ -218,6 +218,6 @@ void read_regex_from_database(void)
|
||||
|
||||
void log_regex(const double time)
|
||||
{
|
||||
const int sum_regex = num_regex[0] + num_regex[1];
|
||||
logg("Compiled %i Regex filters in %.1f msec", sum_regex, time);
|
||||
logg("Compiled %i whitelist and %i blacklist regex filters in %.1f msec",
|
||||
num_regex[REGEX_WHITELIST], num_regex[REGEX_BLACKLIST], time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user