From 35bed5d11beb7f0d9e78e4994ef0a5a166abf031 Mon Sep 17 00:00:00 2001 From: Martin Zibricky Date: Sat, 15 Sep 2012 13:29:55 +0200 Subject: [PATCH] Fix #963894: Put warning about disabled vlc to openlp.log. --- openlp/core/ui/media/mediacontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.