diff --git a/openlp/core/ui/media/phononplayer.py b/openlp/core/ui/media/phononplayer.py index e5894f7c1..8d23385bb 100644 --- a/openlp/core/ui/media/phononplayer.py +++ b/openlp/core/ui/media/phononplayer.py @@ -79,7 +79,7 @@ class PhononPlayer(MediaPlayer): self._addToList(self.video_extensions_list, mimetype) # Work around for http://bugs.python.org/issue9291 except UnicodeDecodeError: - log.exception(u'UnicodeDecodeError when trying to read mime types.' + log.exception(u'UnicodeDecodeError when trying to read mime types. ' 'Setting extensions to all files') self.audio_extensions_list = [u'*.*'] self.video_extensions_list = [u'*.*']