From ad01b10ddbd18b3a29cfd5f3df0db6245108b8c9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 26 Mar 2013 22:43:19 -0500 Subject: [PATCH] Fix debugging statements --- src/add_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add_image.c b/src/add_image.c index da11060b..ac6be4d1 100644 --- a/src/add_image.c +++ b/src/add_image.c @@ -501,11 +501,11 @@ match_pattern(const tchar *path, #endif ) == 0) { - WARNING("\"%"TS"\" matches the pattern \"%"TS"\"", + DEBUG("\"%"TS"\" matches the pattern \"%"TS"\"", string, pat); return true; } else { - WARNING("\"%"TS"\" does not match the pattern \"%"TS"\"", + DEBUG2("\"%"TS"\" does not match the pattern \"%"TS"\"", string, pat); } } -- 2.43.0