From 464583c4d7a27be0ba5cd93e7035feb5b90c0c5b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 14 Jun 2009 19:09:10 +0000 Subject: added debug message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@971 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/soundcore.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 (); -- cgit v1.2.3-13-gbd6f