Remove confusing debug about invalid TSID, this can happen a lot during re-tuning.
(cherry picked from commit 33c91a4606
)
This commit is contained in:
parent
6d3874c262
commit
4daa250749
1 changed files with 2 additions and 0 deletions
|
@ -711,10 +711,12 @@ static int _eit_callback
|
|||
} else {
|
||||
if (tdmi->tdmi_transport_stream_id != tsid ||
|
||||
tdmi->tdmi_network_id != onid) {
|
||||
#ifdef EPG_EIT_TRACE
|
||||
tvhlog(LOG_DEBUG, mod->id,
|
||||
"invalid transport id found tid 0x%02X, onid:tsid %d:%d != %d:%d",
|
||||
tableid, tdmi->tdmi_network_id, tdmi->tdmi_transport_stream_id,
|
||||
onid, tsid);
|
||||
#endif
|
||||
tdmi = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue