Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: ota - show 'grab complete' message only once, fixes #3378
  • Loading branch information
perexg committed Dec 3, 2015
1 parent ec6abbb commit 38c6fc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/epggrab/otamux.c
Expand Up @@ -372,7 +372,9 @@ epggrab_ota_complete
int done = 1;
epggrab_ota_map_t *map;
lock_assert(&global_lock);
tvhdebug(mod->id, "grab complete");

if (!ota->om_complete)
tvhdebug(mod->id, "grab complete");

/* Test for completion */
LIST_FOREACH(map, &ota->om_modules, om_link) {
Expand Down

0 comments on commit 38c6fc4

Please sign in to comment.