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); }