Remove confusing debug about invalid TSID, this can happen a lot during re-tuning.

(cherry picked from commit 33c91a4606)
This commit is contained in:
Adam Sutton 2012-10-10 16:34:27 +01:00
parent 6d3874c262
commit 4daa250749

View file

@ -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;
}
}