From: Andreas Monzner Date: Thu, 27 Dec 2007 10:21:27 +0000 (+0000) Subject: output pid if timeoutet section table X-Git-Tag: 2.6.0~1639 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1a3a68d135903b60ad9aa5ee829cec58d663754a?hp=b9a6a35b0908ebc43a2f695c9a687dab1e2d86d1 output pid if timeoutet section table --- diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp index 4758008a..d30aef46 100644 --- a/lib/dvb/esection.cpp +++ b/lib/dvb/esection.cpp @@ -37,7 +37,7 @@ void eGTable::sectionRead(const __u8 *d) void eGTable::timeout() { - eDebug("timeout!"); + eDebug("timeout %04x!", m_table.pid); if (m_reader) { m_reader->stop();