diff --git a/process_podcast.py b/process_podcast.py index 039646f..90bcf6a 100755 --- a/process_podcast.py +++ b/process_podcast.py @@ -717,7 +717,7 @@ "segment".format(s=f.segment_number)) sys.exit(1) - print Segment.input_files() + log.debug(Segment.input_files()) try: render_podcast(segments, args.output)