diff --git a/Fonderie/singlepass.c b/Fonderie/singlepass.c index 7114849..26c97e8 100644 --- a/Fonderie/singlepass.c +++ b/Fonderie/singlepass.c @@ -167,10 +167,11 @@ if (foo) { } 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); + fprintf(stderr, "\tpid %d\n", getpid()); + fprintf(stderr, "\tinput glob %s\n", globbing); + fprintf(stderr, "\tfilter chain %s\n", filterchain); + fprintf(stderr, "\tourput dir %s\n", outdir); + fprintf(stderr, "\tdo xper %d\n", do_xper); } foo = run_the_singlepass(globbing, outdir, FILTERS);