diff options
Diffstat (limited to 'lib/dvb/esection.cpp')
| -rw-r--r-- | lib/dvb/esection.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp index 42a056d2..dbb9bf78 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; |
