From aa67fe7eb82cfcad7e9d18142b3d82f57eb905de Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 2 Jan 2014 11:16:54 -0600 Subject: [PATCH] match_pattern(): No DEBUG if pattern does not match --- src/capture_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/capture_common.c b/src/capture_common.c index ffdc7a88..41978612 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -171,9 +171,6 @@ match_pattern(const tchar *path, DEBUG("\"%"TS"\" matches the pattern \"%"TS"\"", string, pat); return true; - } else { - DEBUG("\"%"TS"\" does not match the pattern \"%"TS"\"", - string, pat); } } return false; -- 2.43.0