]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
timeshift debug: correct format string
authorAdam Sutton <dev@adamsutton.me.uk>
Tue, 4 Mar 2014 15:42:49 +0000 (15:42 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Tue, 4 Mar 2014 15:43:58 +0000 (15:43 +0000)
src/timeshift/timeshift_reader.c

index 3c007d13f09b8503df5509d43830e6abb177eb4d..2afc51ac7681b22cfd8bbe4f5cfa78f2d6d3e9a2 100644 (file)
@@ -735,7 +735,7 @@ void *timeshift_reader ( void *p )
         th_pkt_t *pkt = sm->sm_data;
         tvhtrace("timeshift",
                  "ts %d pkt out - stream %d type %c pts %10"PRId64
-                 " dts %10"PRId64 " dur %10d len %"PRIsize_t" time %"PRItime_t,
+                 " dts %10"PRId64 " dur %10d len %"PRIsize_t" time %"PRId64,
                  ts->id,
                  pkt->pkt_componentindex,
                  pkt_frametype_to_char(pkt->pkt_frametype),