Author: jow Date: 2014-12-12 13:37:51 +0100 (Fri, 12 Dec 2014) New Revision: 43655
Modified: trunk/scripts/config/zconf.lex.c_shipped Log: scripts/config: remove debug statement Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/scripts/config/zconf.lex.c_shipped =================================================================== --- trunk/scripts/config/zconf.lex.c_shipped 2014-12-12 12:35:23 UTC (rev 43654) +++ trunk/scripts/config/zconf.lex.c_shipped 2014-12-12 12:37:51 UTC (rev 43655) @@ -2413,7 +2413,6 @@ 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); } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
