fix previous fix ;)
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 7 May 2008 12:15:05 +0000 (12:15 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 7 May 2008 12:15:05 +0000 (12:15 +0000)
lib/dvb/decoder.cpp

index 511f91d..72c6e39 100644 (file)
@@ -282,9 +282,8 @@ void eDVBAudio::setChannel(int channel)
 
 int eDVBAudio::getPTS(pts_t &now)
 {
-       eDebugNoNewLine("AUDIO_GET_PTS - ");
        if (::ioctl(m_fd, AUDIO_GET_PTS, &now) < 0)
-               eDebug("failed (%m)");
+               eDebug("AUDIO_GET_PTS failed (%m)");
        return 0;
 }