From 6275449810c7ad6d56a98d516e13ed0066777719 Mon Sep 17 00:00:00 2001 From: le vieux Date: Tue, 23 Feb 2021 11:23:59 +0100 Subject: [PATCH] less verbosity, please --- Fonderie/crapulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index d6b103b..786da93 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -127,7 +127,7 @@ if (retval) { exit(1); } /** may be, we can check for negative values ? */ -if (verbosity) { +if (verbosity > 1) { foo = fimg_count_negativ(&img); fprintf(stderr, "%s -> %d negs\n", __func__, foo); }