Hide unecessary debug.
This commit is contained in:
parent
86b0823e28
commit
0c966b3898
1 changed files with 2 additions and 0 deletions
|
@ -412,8 +412,10 @@ static int _eit_process_event
|
|||
|
||||
/* Find broadcast */
|
||||
ebc = epg_broadcast_find_by_time(svc->s_ch, start, stop, eid, 1, &save2);
|
||||
#ifdef EPG_TRACE
|
||||
tvhlog(LOG_DEBUG, mod->id, "eid=%5d, start=%lu, stop=%lu, ebc=%p",
|
||||
eid, start, stop, ebc);
|
||||
#endif
|
||||
if (!ebc) return dllen + 12;
|
||||
|
||||
/* Mark re-schedule detect (only now/next) */
|
||||
|
|
Loading…
Add table
Reference in a new issue