From: ghost Date: Wed, 6 May 2009 18:11:00 +0000 (+0200) Subject: fix debug output X-Git-Tag: 2.6.0~320^2~7 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9ac64b2a26a4a6e50f5d80fc8e80de32951f3c0d?hp=a8e6636ef62a84710ec458edf68fd6b65fc878c7 fix debug output --- diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index bc6e0603..bd52ea03 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -814,7 +814,7 @@ int eDVBTText::startPid(int pid) return -errno; } eDebug("ok"); - eDebugNoNewLine("DEMUX_START - pcr - "); + eDebugNoNewLine("DEMUX_START - ttx - "); if (::ioctl(m_fd_demux, DMX_START) < 0) { eDebug("failed(%m)");