diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 8ba9293ea..667a651c3 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -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.