This commit is contained in:
2024-11-21 16:00:49 +08:00
parent 0b749c8d1d
commit 9b777e4862

View File

@@ -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))