]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcode: don't print '==> Passthrough', the copy profile name is printed, too
authorJaroslav Kysela <perex@perex.cz>
Sun, 3 Sep 2017 12:01:29 +0000 (14:01 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 3 Sep 2017 12:01:29 +0000 (14:01 +0200)
src/transcoding/transcode/stream.c

index ca4f3df4726ccc9e680f25b21f30c24bf6dd7ef8..3632afaebb9a706c1ce4183dd2773128f150fc85 100644 (file)
@@ -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);