summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-11 11:25:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-11 11:25:31 +0200
commit018cc0d8e11788cc90ac541c3252213d2e16294c (patch)
tree07568d8e3cb2a14c00bd948f36472ed3c4be7a92 /eit.c
parentafd0dd904bff4638305472b8e0ae929f1a93fe04 (diff)
downloadvdr-018cc0d8e11788cc90ac541c3252213d2e16294c.tar.gz
vdr-018cc0d8e11788cc90ac541c3252213d2e16294c.tar.bz2
Disabled the 'Received stuffing section in EIT' log message
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/eit.c b/eit.c
index 9b2442cc..76da2669 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.74 2003/04/27 14:41:36 kls Exp $
+ * $Id: eit.c 1.75 2003/05/11 11:25:04 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -1291,8 +1291,9 @@ void cSIProcessor::Action()
cEIT ceit(buf, seclen, schedules);
ceit.ProcessEIT(buf, currentSource);
}
- else
+ /*else
dsyslog("Received stuffing section in EIT\n");
+ */
break;
default: {