Enable log-filter always

This commit is contained in:
Kamil Trzcinski
2022-04-07 20:50:16 +02:00
parent 4f26debf57
commit 02c10df53f
4 changed files with 11 additions and 11 deletions

View File

@ -24,7 +24,7 @@ strstrn(const char *s, const char *find, size_t len)
bool filter_log(const char *filename)
{
if (!log_options.filter[0])
return true;
return false;
const char *ptr = log_options.filter;
do {