From 5199fa800574e688be4efbb7068728269788c73e Mon Sep 17 00:00:00 2001 From: tth Date: Wed, 28 Apr 2021 08:41:08 +0200 Subject: [PATCH] msg less useless --- funcs/geometry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funcs/geometry.c b/funcs/geometry.c index 3040036..fd332d5 100644 --- a/funcs/geometry.c +++ b/funcs/geometry.c @@ -112,9 +112,9 @@ int xs, ys, xd, yd; int count; float rgb[3]; -if (verbosity) { - fimg_describe(in, "source"); - fimg_describe(out, "destination"); +if (verbosity > 1) { + fimg_describe(in, "extractor: source"); + fimg_describe(out, "extractor: destination"); // print_rectangle(rect); }