fix
This commit is contained in:
@@ -66,6 +66,7 @@ static bool _disposeSubstring(log_Interceptor *interceptor,
|
||||
if (level <= interceptor->level)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
while (keyword != NULL && level <= interceptor->level) {
|
||||
if (kmp_search(keyword->key, (char *)message))
|
||||
|
||||
Reference in New Issue
Block a user