add debug message for IFF bit depth saving

This commit is contained in:
Thomas Bernard 2019-05-02 15:45:14 +02:00
parent 6b9ee7cb3d
commit 8614490026
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -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
{