aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/soundcore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp
index 7c8061d7b..a3a1c5f5d 100644
--- a/src/qmmp/soundcore.cpp
+++ b/src/qmmp/soundcore.cpp
@@ -224,6 +224,7 @@ void SoundCore::pause()
void SoundCore::seek(qint64 pos)
{
+ qDebug("SoundCore: seek = %lld", pos);
if (m_output && m_output->isRunning())
{
m_output->mutex()->lock ();