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

This commit is contained in:
Martin Zibricky 2012-09-15 13:29:55 +02:00
parent 292bae6924
commit 35bed5d11b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +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.')
log.warn(u'Disabling vlc media player')
continue
if filename.endswith(u'player.py') and not \
filename == 'media_player.py': # TODO This file was renamed.