aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-14 19:09:10 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-14 19:09:10 +0000
commit464583c4d7a27be0ba5cd93e7035feb5b90c0c5b (patch)
tree32a0f14be1ed401c1d8c62e699a2ff75f9914698
parent6153299af6c5859ed9530c845552f9f6253417bb (diff)
downloadqmmp-464583c4d7a27be0ba5cd93e7035feb5b90c0c5b.tar.gz
qmmp-464583c4d7a27be0ba5cd93e7035feb5b90c0c5b.tar.bz2
qmmp-464583c4d7a27be0ba5cd93e7035feb5b90c0c5b.zip
added debug message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@971 90c681e8-e032-0410-971d-27865f9a5e38
-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 ();