From a81ae71cb491c6e8d5a208a0b9b352fa11381a13 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Aug 2007 08:09:29 +0000 Subject: added identification by content (ogg vorbis and mpeg) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@61 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/soundcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/soundcore.cpp') diff --git a/lib/soundcore.cpp b/lib/soundcore.cpp index e84d2925a..69424bb70 100644 --- a/lib/soundcore.cpp +++ b/lib/soundcore.cpp @@ -121,7 +121,7 @@ bool SoundCore::play(const QString &source) setEQ(m_bands, m_preamp); setEQEnabled(m_useEQ); } - qDebug("Decoder create OK"); + qDebug("SoundCore: decoder was created successfully"); if (m_decoder->initialize()) { -- cgit v1.2.3-13-gbd6f