forked from tTh/FloatImg
less verbosity, please
This commit is contained in:
parent
a9e03371b8
commit
6275449810
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue