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