rotor turning with measure input power is now working
[enigma2.git] / lib / dvb / esection.cpp
index 42a056d285fd3a6ec8548d32bce3e99cd0ad65b0..6f634ae1246adf846b97f13cb4ce43e66fceafab 100644 (file)
@@ -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);