diff --git a/Fonderie/singlepass.c b/Fonderie/singlepass.c index 9d03e4b..7114849 100644 --- a/Fonderie/singlepass.c +++ b/Fonderie/singlepass.c @@ -166,6 +166,13 @@ if (foo) { exit(1); } +if (verbosity) { + fprintf(stderr, "input glob %s\n", globbing); + fprintf(stderr, "filter chain %s\n", filterchain); + fprintf(stderr, "ourput dir %s\n", outdir); + fprintf(stderr, "do xper %d\n", do_xper); + } + foo = run_the_singlepass(globbing, outdir, FILTERS); fprintf(stderr, "\n\tRun the single pass --> %d\n", foo);