]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: enhance eit trace
authorJaroslav Kysela <perex@perex.cz>
Fri, 24 Oct 2014 15:55:11 +0000 (17:55 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 24 Oct 2014 16:00:25 +0000 (18:00 +0200)
src/epggrab/module/eit.c

index 7026e9fef299bef6c7f05c0b1d1c2736809f32c3..12bcf5af288a51fea865162259767544473160ae 100644 (file)
@@ -428,7 +428,9 @@ static int _eit_process_event
 
   /* Find broadcast */
   ebc  = epg_broadcast_find_by_time(ch, start, stop, eid, 1, &save2);
-  tvhtrace("eit", "eid=%5d, start=%"PRItime_t", stop=%"PRItime_t", ebc=%p",
+  tvhtrace("eit", "svc='%s', ch='%s', eid=%5d, start=%"PRItime_t","
+                  " stop=%"PRItime_t", ebc=%p",
+           svc->s_dvb_svcname ?: "(null)", ch ? channel_get_name(ch) : "(null)",
            eid, start, stop, ebc);
   if (!ebc) return dllen + 12;