git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7aeb2
)
Fix debugging statements
author
Eric Biggers
<ebiggers3@gmail.com>
Wed, 27 Mar 2013 03:43:19 +0000
(22:43 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Wed, 27 Mar 2013 03:43:19 +0000
(22:43 -0500)
src/add_image.c
patch
|
blob
|
history
diff --git
a/src/add_image.c
b/src/add_image.c
index da11060bc324d4f7150b051d012691b305bb0bac..ac6be4d155eea61ee6542c7a38bdc8e9af6f270c 100644
(file)
--- a/
src/add_image.c
+++ b/
src/add_image.c
@@
-501,11
+501,11
@@
match_pattern(const tchar *path,
#endif
) == 0)
{
-
WARNIN
G("\"%"TS"\" matches the pattern \"%"TS"\"",
+
DEBU
G("\"%"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);
}
}