From 4e32daa448cf0ac8cc8fce5d3c55c481c88b4bc1 Mon Sep 17 00:00:00 2001 From: le vieux Date: Thu, 25 Feb 2021 10:55:57 +0100 Subject: [PATCH] more startup blabla --- Fonderie/fonderie.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index 5d92d25..8c57ff3 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -256,6 +256,8 @@ while ((opt = getopt(argc, argv, "B:E:F:ghI:LO:s:T:vw:x:")) != -1) { if (verbosity) { fprintf(stderr, "input glob '%s'\n", in_pattern); fprintf(stderr, "output dir '%s'\n", out_dir); + fprintf(stderr, "src filter '%s'\n", InFchain); + fprintf(stderr, "out filter '%s'\n", OutFchain); } foo = parse_filter_chain(0, InFchain);