Fix #963894: Put message about disabled vlc to openlp.log.

This commit is contained in:
Martin Zibricky 2012-09-15 13:26:42 +02:00
parent 803d6bbe98
commit 292bae6924
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class MediaController(object):
# TODO vlc backend is not yet working on Mac OS X.
# For now just ignore vlc backend on Mac OS X.
if sys.platform == 'darwin' and filename == 'vlcplayer.py':
log.info(u'Disabling vlc media player.')
continue
if filename.endswith(u'player.py') and not \
filename == 'media_player.py': # TODO This file was renamed.