From cc897b7a94271dff6fccbb0db40dce7e5e1aab9c Mon Sep 17 00:00:00 2001 From: tonton th Date: Sat, 19 Dec 2020 08:48:17 +0100 Subject: [PATCH] no more useless message, again --- Fonderie/sfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fonderie/sfx.c b/Fonderie/sfx.c index 2bc6af4..2dd8e36 100644 --- a/Fonderie/sfx.c +++ b/Fonderie/sfx.c @@ -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; yaheight/2; ya++) {