debug: just some tidying up of debug output
This commit is contained in:
parent
e74f993b76
commit
05dd018b5a
2 changed files with 4 additions and 2 deletions
|
@ -550,7 +550,7 @@ static void _opentv_start
|
|||
if (mod->tsid != mm->mm_tsid) return;
|
||||
|
||||
/* Install tables */
|
||||
tvhinfo(mod->id, "begin grab");
|
||||
tvhdebug(mod->id, "install table handlers");
|
||||
|
||||
/* Channels */
|
||||
t = mod->channel;
|
||||
|
|
|
@ -128,8 +128,10 @@ epggrab_ota_start ( epggrab_ota_mux_t *om )
|
|||
LIST_INSERT_SORTED(&epggrab_ota_active, om, om_q_link, om_time_cmp);
|
||||
if (LIST_FIRST(&epggrab_ota_active) == om)
|
||||
epggrab_ota_active_timer_cb(NULL);
|
||||
LIST_FOREACH(map, &om->om_modules, om_link)
|
||||
LIST_FOREACH(map, &om->om_modules, om_link) {
|
||||
map->om_complete = 0;
|
||||
tvhinfo(map->om_module->id, "grab started");
|
||||
}
|
||||
}
|
||||
|
||||
/* **************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue