]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tsfix: little trace change (frametype)
authorJaroslav Kysela <perex@perex.cz>
Thu, 11 Aug 2016 12:22:51 +0000 (14:22 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Aug 2016 12:22:51 +0000 (14:22 +0200)
src/plumbing/tsfix.c

index b0d6c8713d62f44fb1ba042f6e2c437b6cbd3609..c413987f8ef5c767837cc9329b39bedfd4676e38 100644 (file)
@@ -271,9 +271,9 @@ normalize_ts(tsfix_t *tf, tfstream_t *tfs, th_pkt_t *pkt, int backlog)
   pkt->pkt_dts = dts;
 
 deliver:
-  tvhtrace("tsfix", "%-12s %d %10"PRId64" %10"PRId64" %10d %zd",
+  tvhtrace("tsfix", "%-12s %c %10"PRId64" %10"PRId64" %10d %zd",
              streaming_component_type2txt(tfs->tfs_type),
-             pkt->pkt_frametype,
+             pkt_frametype_to_char(pkt->pkt_frametype),
              pkt->pkt_dts,
              pkt->pkt_pts,
              pkt->pkt_duration,