more blabla

This commit is contained in:
le vieux 2021-02-26 10:14:33 +01:00
parent ea0945ab98
commit 8386c852a9
1 changed files with 7 additions and 0 deletions

View File

@ -301,6 +301,13 @@ if (foo) {
exit(1);
}
if (verbosity) {
fprintf(stderr, "\tinput glob '%s'\n", argv[optind]);
fprintf(stderr, "\toutput dir '%s'\n", argv[optind+1]);
fprintf(stderr, "\tsrc filter '%s'\n", InFchain);
fprintf(stderr, "\tout filter '%s'\n", OutFchain);
}
if (verbosity > 1) {
puts("=========================");
filterstack_list(0, __FILE__);