less verbosity, please

This commit is contained in:
le vieux 2021-02-23 11:23:59 +01:00
parent a9e03371b8
commit 6275449810
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ if (retval) {
exit(1); exit(1);
} }
/** may be, we can check for negative values ? */ /** may be, we can check for negative values ? */
if (verbosity) { if (verbosity > 1) {
foo = fimg_count_negativ(&img); foo = fimg_count_negativ(&img);
fprintf(stderr, "%s -> %d negs\n", __func__, foo); fprintf(stderr, "%s -> %d negs\n", __func__, foo);
} }