scripts/config: remove debug statement
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43655 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9cf8e60da1
commit
2d87619d00
1 changed files with 0 additions and 1 deletions
|
@ -2413,7 +2413,6 @@ void zconf_nextfile(const char *name)
|
||||||
p = strdup(current_file->name);
|
p = strdup(current_file->name);
|
||||||
if (p) {
|
if (p) {
|
||||||
snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
|
snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
|
||||||
fprintf(stderr, "TRY:%s\n", path);
|
|
||||||
err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
|
err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
|
||||||
free(p);
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue