Just a missing space in a log message.

bzr-revno: 2140
This commit is contained in:
Andreas Preikschat 2013-03-19 20:14:30 +01:00
commit 9a543d395a
1 changed files with 1 additions and 1 deletions

View File

@ -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'*.*']