Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: enhance eit trace
  • Loading branch information
perexg committed Oct 24, 2014
1 parent 8a0078d commit c77e07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/epggrab/module/eit.c
Expand Up @@ -428,7 +428,9 @@ static int _eit_process_event

/* Find broadcast */
ebc = epg_broadcast_find_by_time(ch, start, stop, eid, 1, &save2);
tvhtrace("eit", "eid=%5d, start=%"PRItime_t", stop=%"PRItime_t", ebc=%p",
tvhtrace("eit", "svc='%s', ch='%s', eid=%5d, start=%"PRItime_t","
" stop=%"PRItime_t", ebc=%p",
svc->s_dvb_svcname ?: "(null)", ch ? channel_get_name(ch) : "(null)",
eid, start, stop, ebc);
if (!ebc) return dllen + 12;

Expand Down

0 comments on commit c77e07d

Please sign in to comment.