changeset 1680:dbffbd333a16

Adjust ILBM loader to show BMHD data at lower verbosity level.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 May 2018 13:32:26 +0300
parents 7b0c76cd7686
children bd68c9adc7ca
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Thu May 31 13:18:44 2018 +0300
+++ b/tools/libgfx.c	Thu May 31 13:32:26 2018 +0300
@@ -1791,7 +1791,7 @@
                         "ILBM: Error reading BMHD chunk.\n");
                 }
 
-                dmMsg(2, "ILBM: BMHD %d x %d @ %d, %d : nplanes=%d, comp=%d, mask=%d, transp=%d\n",
+                dmMsg(1, "ILBM: BMHD %d x %d @ %d, %d : nplanes=%d, comp=%d, mask=%d, transp=%d\n",
                     iff.bmhd.w, iff.bmhd.h, iff.bmhd.x, iff.bmhd.y,
                     iff.bmhd.nplanes, iff.bmhd.compression, iff.bmhd.masking,
                     iff.bmhd.transp);