From a890c6bf4b20cb9809e252a9e2a1953a4e0e10fd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 3 Jan 2015 22:06:19 +0100 Subject: [PATCH] tsfix: cosmetic log issue (new line) --- src/plumbing/tsfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index 1b868801..aac61cc6 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) {