From: Jaroslav Kysela Date: Sun, 3 Sep 2017 12:01:29 +0000 (+0200) Subject: transcode: don't print '==> Passthrough', the copy profile name is printed, too X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39015a2b39a9261b6ccbfd474bc6aa50d9a30520;p=thirdparty%2Ftvheadend.git transcode: don't print '==> Passthrough', the copy profile name is printed, too --- diff --git a/src/transcoding/transcode/stream.c b/src/transcoding/transcode/stream.c index ca4f3df47..3632afaeb 100644 --- a/src/transcoding/transcode/stream.c +++ b/src/transcoding/transcode/stream.c @@ -142,7 +142,6 @@ tvh_stream_create(TVHTranscoder *transcoder, TVHCodecProfile *profile, if (ssc->ssc_gh) { pktbuf_ref_inc(ssc->ssc_gh); } - tvh_stream_log(self, LOG_INFO, "==> Passthrough"); } else if (is_copy < 0 || tvh_stream_setup(self, profile, ssc)) { tvh_stream_destroy(self);