no more useless message, again

This commit is contained in:
tonton th 2020-12-19 08:48:17 +01:00
parent 77300f77ba
commit cc897b7a94
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ int Os, Od; /* offset of lines */
int wsz;
int ya, y2;
if (verbosity) fprintf(stderr, "%s: image width is %d\n",
if (verbosity>1) fprintf(stderr, "%s: image width is %d\n",
__func__, pimg->width);
rowpix = calloc(pimg->width, sizeof(float));
@ -39,7 +39,7 @@ if (NULL==rowpix) {
}
wsz = pimg->width * sizeof(float);
if (verbosity) fprintf(stderr, "%s: wsx = %d\n", __func__, wsz);
if (verbosity>1) fprintf(stderr, "%s: wsx = %d\n", __func__, wsz);
for (ya=0; ya<pimg->height/2; ya++) {