comparison 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
comparison
equal deleted inserted replaced
848:a293b88eb3fb 849:2663b1ac9ce6
578 return; 578 return;
579 579
580 /* Initialize the tune */ 580 /* Initialize the tune */
581 if (!xs_status.engine->plrLoadSID(&xs_status, filename)) 581 if (!xs_status.engine->plrLoadSID(&xs_status, filename))
582 { 582 {
583 XSDEBUG("backend could not load '%s'\n", filename);
583 xs_tuneinfo_free(xs_status.tuneInfo); 584 xs_tuneinfo_free(xs_status.tuneInfo);
584 xs_status.tuneInfo = NULL; 585 xs_status.tuneInfo = NULL;
585 return; 586 return;
586 } 587 }
587 588