X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3bad22d5566624804a73b3791980bab2d84c8266..7ea97a85b8a5bc5a6f1fb75cb2c6335644b4ebc0:/lib/dvb/esection.cpp diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp index 42a056d2..6f634ae1 100644 --- a/lib/dvb/esection.cpp +++ b/lib/dvb/esection.cpp @@ -22,7 +22,8 @@ void eGTable::sectionRead(const __u8 *d) void eGTable::timeout() { - eDebug("timeout!"); + printf("timeout!\n"); +// eDebug("timeout!"); m_reader->stop(); ready = 1; error = -1; @@ -97,7 +98,6 @@ RESULT eGTable::start(iDVBSectionReader *reader, const eDVBTableSpec &table) if (m_table.flags & eDVBTableSpec::tfHaveTimeout) { - eDebug("have timeout, %d", m_table.timeout); if (m_timeout) delete m_timeout; m_timeout = new eTimer(eApp);