projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d640ec
)
scripts/config: remove debug statement
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Dec 2014 12:37:51 +0000
(12:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Dec 2014 12:37:51 +0000
(12:37 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43655
scripts/config/zconf.lex.c_shipped
patch
|
blob
|
history
diff --git
a/scripts/config/zconf.lex.c_shipped
b/scripts/config/zconf.lex.c_shipped
index c938b2fae6966b34530e8b1a3cbe00c1b0a46ace..d604b820c25bf780e9214cbc9bf943d3d5f41527 100644
(file)
--- a/
scripts/config/zconf.lex.c_shipped
+++ b/
scripts/config/zconf.lex.c_shipped
@@
-2413,7
+2413,6
@@
void zconf_nextfile(const char *name)
p = strdup(current_file->name);
if (p) {
snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
- fprintf(stderr, "TRY:%s\n", path);
err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
free(p);
}