diff src/dmimage.c @ 1048:509e6ed3a24e

Finishing touches to the DM_DEBUG stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:13:01 +0200
parents 7e54b2d08ce7
children 76b7d1d20545
line wrap: on
line diff
--- a/src/dmimage.c	Sun Mar 01 18:09:20 2015 +0200
+++ b/src/dmimage.c	Sun Mar 01 18:13:01 2015 +0200
@@ -173,7 +173,7 @@
 
     if (result == NULL)
     {
-        dmErrorDBG(DMERR_DATA_ERROR,
+        dmErrorDBGMsg(
             "Format conversion failed for image resource %p '%s' [%d, %d, %d].\n",
             file, file->filename, width, height, comp);
     }