diff --git a/src/interceptor/logging-interceptor-substr.c b/src/interceptor/logging-interceptor-substr.c index 912bafc..b6c2e13 100644 --- a/src/interceptor/logging-interceptor-substr.c +++ b/src/interceptor/logging-interceptor-substr.c @@ -66,7 +66,6 @@ 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))