From d09469625cc54c4cd5f0b8638abbdfd3c59077c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 13 Jun 2009 20:01:30 +0000 Subject: fixed some debug messages git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@969 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decoder_mad.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/Input/mad/decoder_mad.cpp') diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 578fc2ab0..4eff67ad3 100644 --- a/src/plugins/Input/mad/decoder_mad.cpp +++ b/src/plugins/Input/mad/decoder_mad.cpp @@ -444,10 +444,12 @@ void DecoderMAD::run() if (len == 0) { + qDebug("DecoderMAD: end of file"); eof = true; } else if (len < 0) { + qWarning("DecoderMAD: %s", qPrintable(input()->errorString ())); derror = true; break; } -- cgit v1.2.3-13-gbd6f