From 86144900269cc1981e9a18c435b1ff95c56f774f Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 2 May 2019 15:45:14 +0200 Subject: [PATCH] add debug message for IFF bit depth saving --- src/fileformats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fileformats.c b/src/fileformats.c index 47c9aea3..b868fc4f 100644 --- a/src/fileformats.c +++ b/src/fileformats.c @@ -2301,6 +2301,7 @@ void Save_IFF(T_IO_Context * context) bit_depth++; temp_byte>>=1; } while (temp_byte); + GFX2_Log(GFX2_DEBUG, "Saving ILBM with bit_depth = %d\n", bit_depth); } else // FORMAT_PBM {