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:
bc935cd
)
match_pattern(): No DEBUG if pattern does not match
author
Eric Biggers
<ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:16:54 +0000
(11:16 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:16:54 +0000
(11:16 -0600)
src/capture_common.c
patch
|
blob
|
history
diff --git
a/src/capture_common.c
b/src/capture_common.c
index ffdc7a88dfd202f6b285c95d5d4948ab0fe9570a..419786120f746c48a6962e44e894addc9ff31cb6 100644
(file)
--- a/
src/capture_common.c
+++ b/
src/capture_common.c
@@
-171,9
+171,6
@@
match_pattern(const tchar *path,
DEBUG("\"%"TS"\" matches the pattern \"%"TS"\"",
string, pat);
return true;
- } else {
- DEBUG("\"%"TS"\" does not match the pattern \"%"TS"\"",
- string, pat);
}
}
return false;