diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-27 10:21:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-27 10:21:27 +0000 |
| commit | 1a3a68d135903b60ad9aa5ee829cec58d663754a (patch) | |
| tree | 09b7941e1cc4fe99b43d71b6b96c1d6c624b905b /lib/dvb/esection.cpp | |
| parent | b9a6a35b0908ebc43a2f695c9a687dab1e2d86d1 (diff) | |
| download | enigma2-1a3a68d135903b60ad9aa5ee829cec58d663754a.tar.gz enigma2-1a3a68d135903b60ad9aa5ee829cec58d663754a.zip | |
output pid if timeoutet section table
Diffstat (limited to 'lib/dvb/esection.cpp')
| -rw-r--r-- | lib/dvb/esection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
