diff --git a/common/common/segments.py b/common/common/segments.py index f5f0008..d1c43bb 100644 --- a/common/common/segments.py +++ b/common/common/segments.py @@ -496,6 +496,7 @@ def smart_cut_segments(segments, start, end): '-f', 'mpegts', # output as MPEGTS '-', ] + logging.info("Running smart cut with args: {}".format(" ".join(args))) concat_proc = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE,