aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decoder_mad.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-13 20:01:30 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-13 20:01:30 +0000
commitd09469625cc54c4cd5f0b8638abbdfd3c59077c5 (patch)
treeb7792171fd0951e1319d9cfc5e80136f38cfcaa8 /src/plugins/Input/mad/decoder_mad.cpp
parenta823ec7876e7953e4c73571d7e98544a3a1a9aaf (diff)
downloadqmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.tar.gz
qmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.tar.bz2
qmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.zip
fixed some debug messages
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@969 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.cpp')
-rw-r--r--src/plugins/Input/mad/decoder_mad.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}