From 3b2be2e5dcdd74726a977e715f9b196d44f8c9fe Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 1 Jun 2021 10:03:09 +0200 Subject: [PATCH] less useless message --- funcs/sfx3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/sfx3.c b/funcs/sfx3.c index 31ebd90..f694416 100644 --- a/funcs/sfx3.c +++ b/funcs/sfx3.c @@ -28,7 +28,7 @@ fprintf(stderr, ">>> %s ( %p %p %f 0x%04x )\n", __func__, #endif halfval = fimg_get_maxvalue(src) / 2.0; -if (verbosity) { +if (verbosity > 1) { fprintf(stderr, "%s: halfval=%f\n", __func__, halfval); }