From d4668e2ba39eea50117e11bb8bcdc3362be6ac9b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 6 Feb 2010 17:13:55 +0000 Subject: [PATCH] Fix log levels --- openlp/core/lib/pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/pluginmanager.py b/openlp/core/lib/pluginmanager.py index 371cf3661..4d4da144a 100644 --- a/openlp/core/lib/pluginmanager.py +++ b/openlp/core/lib/pluginmanager.py @@ -54,7 +54,7 @@ class PluginManager(object): log.debug(u'Base path %s ', self.basepath) self.plugins = [] # this has to happen after the UI is sorted self.find_plugins(dir) - log.warn(u'Plugin manager Initialised') + log.info(u'Plugin manager Initialised') def find_plugins(self, dir, plugin_helpers): """