]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: ota - show 'grab complete' message only once, fixes #3378
authorJaroslav Kysela <perex@perex.cz>
Thu, 3 Dec 2015 19:44:13 +0000 (20:44 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 3 Dec 2015 19:44:17 +0000 (20:44 +0100)
src/epggrab/otamux.c

index 78217811da09a121d5453bb41a271d4a58ae05a4..88a1e08ec9396664475342edcfb2b304e4fd9bcd 100644 (file)
@@ -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) {