Use info box for step reporting

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-06-23 19:36:32 +02:00
parent a246a2d458
commit 094b1ed828
+1 -1
View File
@@ -387,7 +387,7 @@ int regex_test(const bool debug_mode, const char *domainin, const char *regexin)
}
// Check user-provided domain against all loaded regular whitelist expressions
logg("%s Checking domain against whitelist...", cli_tick());
logg("%s Checking domain against whitelist...", cli_info());
timer_start(REGEX_TIMER);
matchidx = match_regex(domainin, -1, REGEX_WHITELIST);
logg(" Time: %.3f msec\n", timer_elapsed_msec(REGEX_TIMER));