changeset 1480:c3eba254bcc2

Change some message priorities.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 02:47:46 +0300
parents c4755b73b93c
children e967e8e3b8c3
files tools/gfxconv.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri May 11 02:46:59 2018 +0300
+++ b/tools/gfxconv.c	Fri May 11 02:47:46 2018 +0300
@@ -1670,14 +1670,14 @@
         if (optForcedFormat >= 0)
         {
             forced = &dmC64ImageFormats[optForcedFormat];
-            dmMsg(0,"Forced %s format image, type %d, %s\n",
+            dmMsg(0, "Forced %s format image, type %d, %s\n",
                 forced->name, forced->type, forced->fext);
         }
 
         res = dmC64DecodeBMP(&inC64Image, dataBuf, dataSize, optInSkip, optInSkip + 2, &inC64Fmt, forced);
         if (forced == NULL && inC64Fmt != NULL)
         {
-            dmMsg(1,"Probed %s format image, type %d, %s\n",
+            dmMsg(1, "Probed %s format image, type %d, %s\n",
                 inC64Fmt->name, inC64Fmt->type, inC64Fmt->fext);
         }
 
@@ -1699,7 +1699,7 @@
         {
             optInFormat = FFMT_IMAGE;
             optInSubFormat = index;
-            dmMsg(2, "Probed %s format image.\n", ifmt->fext);
+            dmMsg(1, "Probed %s format image.\n", ifmt->fext);
         }
     }