Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eit: print more info about tbl/running state
  • Loading branch information
perexg committed Oct 14, 2016
1 parent bf75b27 commit 398cf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epggrab/module/eit.c
Expand Up @@ -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) */
Expand Down

0 comments on commit 398cf2c

Please sign in to comment.