changeset 2160:0b9315070001

Lower verbosity threshold the "Using ... output" when converting to image.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Jun 2019 17:54:12 +0300
parents 3b89ad9355f2
children 6a6344f8f535
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Jun 04 17:53:44 2019 +0300
+++ b/tools/gfxconv.c	Tue Jun 04 17:54:12 2019 +0300
@@ -1531,7 +1531,7 @@
                 case DM_PIXFMT_GRAYSCALE : str = "grayscale"; break;
                 default                  : str = "???"; break;
             }
-            dmMsg(2, "Using %s output.\n", str);
+            dmMsg(1, "Using %s output.\n", str);
         }
 
         if ((res = dmf_open_stdio(filename, "wb", &fp)) != DMERR_OK)