changeset 1080:76b7d1d20545

Change message to debug.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 05:00:50 +0200
parents 47c0514d9ba4
children 7df95aefb9c6
files src/dmimage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmimage.c	Mon Mar 02 04:57:18 2015 +0200
+++ b/src/dmimage.c	Mon Mar 02 05:00:50 2015 +0200
@@ -123,7 +123,7 @@
 
     if (data == NULL)
     {
-        dmError(DMERR_DATA_ERROR,
+        dmErrorDBGMsg(
             "Error decoding image resource %p '%s' [%d, %d, %d]: %s\n",
             file, file->filename, width, height, comp, stbi_failure_reason());
         return NULL;