diff src/xmms-sid.c @ 849:2663b1ac9ce6

Improve debugging.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 23:02:05 +0200
parents 7b11ba6fc4cc
children 852fe7009876
line wrap: on
line diff
--- a/src/xmms-sid.c	Thu Nov 08 22:44:50 2012 +0200
+++ b/src/xmms-sid.c	Thu Nov 08 23:02:05 2012 +0200
@@ -580,6 +580,7 @@
     /* Initialize the tune */
     if (!xs_status.engine->plrLoadSID(&xs_status, filename))
     {
+        XSDEBUG("backend could not load '%s'\n", filename);
         xs_tuneinfo_free(xs_status.tuneInfo);
         xs_status.tuneInfo = NULL;
         return;