summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-12-01 14:34:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-12-01 14:34:03 +0100
commitbbb794a3df5355ba97d123854dbdbd1ac0b3b195 (patch)
treef914e6485ccf0f6839a091d373a78bd2276cd936 /eit.c
parent0f45a56f2862cb3df0a67af8ba392cd5befffd8c (diff)
downloadvdr-bbb794a3df5355ba97d123854dbdbd1ac0b3b195.tar.gz
vdr-bbb794a3df5355ba97d123854dbdbd1ac0b3b195.tar.bz2
Removed the 'read incomplete section...' error message in the EIT processor
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/eit.c b/eit.c
index 00792ab5..370aba49 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.29 2001/10/28 13:51:22 kls Exp $
+ * $Id: eit.c 1.30 2001/12/01 14:33:04 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -1013,8 +1013,10 @@ void cSIProcessor::Action()
break;
}
}
+ /*XXX this just fills up the log file - shouldn't we rather try to re-sync?
else
dsyslog(LOG_INFO, "read incomplete section - seclen = %d, n = %d", seclen, n);
+ XXX*/
}
}
}