less verbosity, please
This commit is contained in:
parent
a9e03371b8
commit
6275449810
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user