diff --git a/src/epggrab/module/opentv.c b/src/epggrab/module/opentv.c index ec9977e6..a7e17a58 100644 --- a/src/epggrab/module/opentv.c +++ b/src/epggrab/module/opentv.c @@ -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; diff --git a/src/epggrab/otamux.c b/src/epggrab/otamux.c index 2d2c3b56..40ee2626 100644 --- a/src/epggrab/otamux.c +++ b/src/epggrab/otamux.c @@ -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"); + } } /* **************************************************************************