]> wimlib.net Git - wimlib/commitdiff
Fix debugging statements
authorEric Biggers <ebiggers3@gmail.com>
Wed, 27 Mar 2013 03:43:19 +0000 (22:43 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 27 Mar 2013 03:43:19 +0000 (22:43 -0500)
src/add_image.c

index da11060bc324d4f7150b051d012691b305bb0bac..ac6be4d155eea61ee6542c7a38bdc8e9af6f270c 100644 (file)
@@ -501,11 +501,11 @@ match_pattern(const tchar *path,
                                #endif
                            ) == 0)
                {
                                #endif
                            ) == 0)
                {
-                       WARNING("\"%"TS"\" matches the pattern \"%"TS"\"",
+                       DEBUG("\"%"TS"\" matches the pattern \"%"TS"\"",
                              string, pat);
                        return true;
                } else {
                              string, pat);
                        return true;
                } else {
-                       WARNING("\"%"TS"\" does not match the pattern \"%"TS"\"",
+                       DEBUG2("\"%"TS"\" does not match the pattern \"%"TS"\"",
                               string, pat);
                }
        }
                               string, pat);
                }
        }