]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
eit: more verbose log
authorJaroslav Kysela <perex@perex.cz>
Thu, 16 Mar 2017 10:27:38 +0000 (11:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 16 Mar 2017 10:27:38 +0000 (11:27 +0100)
src/epggrab/module/eit.c

index bb1e8e7775b1396c2d2d4cb1d8811a23df3dd7a6..55d4fdd3a13ad48726e218d86c30ead3daf249b8 100644 (file)
@@ -663,6 +663,8 @@ _eit_callback
   extraid = ((uint32_t)tsid << 16) | sid;
   // TODO: extra ID should probably include onid
 
+  tvhtrace(LS_TBL_EIT, "sid %i tsid %04x onid %04x seg %02x len %d", sid, tsid, onid, seg, len);
+
   /* Local EIT contents - give them another priority to override main events */
   if (spec == EIT_SPEC_NZ_FREEVIEW &&
       ((tsid > 0x19 && tsid < 0x1d) ||