From 0a1260eb6f2a6ef2ee2212b8d2fb32bfc92c211f Mon Sep 17 00:00:00 2001 From: tonton th Date: Wed, 24 Feb 2021 17:48:16 +0100 Subject: [PATCH] singlepass verbosity --- Fonderie/singlepass.c | 7 +++++++ 1 file changed, 7 insertions(+) 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);