]> wimlib.net Git - wimlib/blobdiff - src/add_image.c
Fix debugging statements
[wimlib] / src / add_image.c
index da11060bc324d4f7150b051d012691b305bb0bac..ac6be4d155eea61ee6542c7a38bdc8e9af6f270c 100644 (file)
@@ -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);
                }
        }