diff options
Diffstat (limited to 'lib/soundcore.cpp')
| -rw-r--r-- | lib/soundcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |
