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);