Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timeshift: one more log fix
  • Loading branch information
perexg committed Dec 20, 2015
1 parent c9212c3 commit b9da6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeshift/timeshift_reader.c
Expand Up @@ -777,7 +777,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 %6zu time %"PRId64,
" dts %10"PRId64 " dur %10d len %6zu time %"PRItime_t,
ts->id,
pkt->pkt_componentindex,
pkt_frametype_to_char(pkt->pkt_frametype),
Expand Down

0 comments on commit b9da6f9

Please sign in to comment.