diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index af2de4d..cece763 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -366,7 +366,7 @@ class Worker(QtCore.QObject): try: self.out_pipe.stdin.close() except (BrokenPipeError, OSError): - log.error('Broken pipe to FFmpeg!') + log.debug('Broken pipe to FFmpeg!') if self.out_pipe.stderr is not None: log.error(self.out_pipe.stderr.read()) self.out_pipe.stderr.close() |
