less useless message

This commit is contained in:
tth 2021-06-01 10:03:09 +02:00
parent e88ea153bd
commit 3b2be2e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fprintf(stderr, ">>> %s ( %p %p %f 0x%04x )\n", __func__,
#endif
halfval = fimg_get_maxvalue(src) / 2.0;
if (verbosity) {
if (verbosity > 1) {
fprintf(stderr, "%s: halfval=%f\n", __func__, halfval);
}