From 33338e7597856630fe8ce170aeb7f897967844e9 Mon Sep 17 00:00:00 2001 From: tonton th Date: Fri, 8 Jan 2021 15:32:28 +0100 Subject: [PATCH] muting a trace message --- funcs/exporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/exporter.c b/funcs/exporter.c index ed6b698..26f3b13 100644 --- a/funcs/exporter.c +++ b/funcs/exporter.c @@ -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); }