From: Jaroslav Kysela Date: Sat, 3 Jan 2015 21:06:19 +0000 (+0100) Subject: tsfix: cosmetic log issue (new line) X-Git-Tag: v4.1~537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a890c6bf4b20cb9809e252a9e2a1953a4e0e10fd;p=thirdparty%2Ftvheadend.git tsfix: cosmetic log issue (new line) --- diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index 1b8688017..aac61cc63 100644 --- a/src/plumbing/tsfix.c +++ b/src/plumbing/tsfix.c @@ -427,7 +427,7 @@ tsfix_input_packet(tsfix_t *tf, streaming_message_t *sm) if (diff > 160000) diff = 160000; tf->tf_tsref = (tf->tf_tsref - diff) % PTS_MASK; - tvhtrace("parser", "reference clock set to %"PRId64" (backlog %"PRId64")\n", tf->tf_tsref, diff2); + tvhtrace("parser", "reference clock set to %"PRId64" (backlog %"PRId64")", tf->tf_tsref, diff2); tsfix_backlog(tf); } else if (tfs->tfs_local_ref == PTS_UNSET && tf->tf_tsref != PTS_UNSET && pkt->pkt_dts != PTS_UNSET) {