X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcapture_common.c;h=66f6411fdaa1fadc4189b8d02fcd8d0c16fdc62f;hp=c45ae152345e7ecba77c983ded9d3d2a81ea5b39;hb=f37f269be1b81cdd00018db0486e377240093e75;hpb=1a1cf608b1fee19a4d9f1c8b586dbcfe5a945e97 diff --git a/src/capture_common.c b/src/capture_common.c index c45ae152..66f6411f 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -177,8 +177,8 @@ match_pattern(const tchar *path, string, pat); return true; } else { - DEBUG2("\"%"TS"\" does not match the pattern \"%"TS"\"", - string, pat); + DEBUG("\"%"TS"\" does not match the pattern \"%"TS"\"", + string, pat); } } return false;