diff options
| author | tassaron | 2017-08-14 10:10:32 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-14 10:10:32 -0400 |
| commit | bed07479f1b4bf24a0b9c84217d41ebbe880a8fb (patch) | |
| tree | 7b54d6d322b8b517cf9d461ccdbbc602c26369ab /src/video_thread.py | |
| parent | 9c8792df9bad068fed8a9a1777b2774c103c9ce4 (diff) | |
faster Spectrum preview & custom VERBOSE loglvl
Diffstat (limited to 'src/video_thread.py')
| -rw-r--r-- | src/video_thread.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index 5acbda4..87fb9bd 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -212,7 +212,7 @@ class Worker(QtCore.QObject): compError[0] ) ) - log.critical(errMsg) + log.error(errMsg) comp._error.emit(errMsg, compError[1]) break if 'static' in compProps: @@ -221,7 +221,7 @@ class Worker(QtCore.QObject): if self.canceled: if canceledByComponent: - log.critical('Export cancelled by component #%s (%s): %s' % ( + log.error('Export cancelled by component #%s (%s): %s' % ( compNo, comp.name, 'No message.' if comp.error() is None else ( |
