From: Jaroslav Kysela Date: Fri, 14 Oct 2016 19:41:08 +0000 (+0200) Subject: eit: print more info about tbl/running state X-Git-Tag: v4.2.1~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=398cf2cfaba28ea63b12cad0f7786b718aea2bf8;p=thirdparty%2Ftvheadend.git eit: print more info about tbl/running state --- diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index 0e9fd26c6..85fdecf85 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -436,10 +436,10 @@ static int _eit_process_event_one /* Find broadcast */ ebc = epg_broadcast_find_by_time(ch, mod, start, stop, 1, &save2, &changes2); - tvhtrace(LS_TBL_EIT, "svc='%s', ch='%s', eid=%5d, start=%"PRItime_t"," + tvhtrace(LS_TBL_EIT, "svc='%s', ch='%s', eid=%5d, tbl=%02x, running=%d, start=%"PRItime_t"," " stop=%"PRItime_t", ebc=%p", svc->s_dvb_svcname ?: "(null)", ch ? channel_get_name(ch) : "(null)", - eid, start, stop, ebc); + eid, tableid, running, start, stop, ebc); if (!ebc) return 0; /* Mark re-schedule detect (only now/next) */