muting a trace message

This commit is contained in:
tonton th 2021-01-08 15:32:28 +01:00
parent 321b12dd9a
commit 33338e7597
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ fprintf(stderr, ">>> %s ( %p '%s' 0x%X )\n", __func__,
#endif
filetype = format_from_extension(fname);
if (verbosity) {
if (verbosity > 1) {
fprintf(stderr, "file %s : type %d\n", fname, filetype);
}