diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-06-14 19:09:10 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-06-14 19:09:10 +0000 |
| commit | 464583c4d7a27be0ba5cd93e7035feb5b90c0c5b (patch) | |
| tree | 32a0f14be1ed401c1d8c62e699a2ff75f9914698 /src | |
| parent | 6153299af6c5859ed9530c845552f9f6253417bb (diff) | |
| download | qmmp-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
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/soundcore.cpp | 1 |
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 (); |
