forked from openlp/openlp
Fix log levels
This commit is contained in:
parent
2ffe5af9a3
commit
d4668e2ba3
@ -54,7 +54,7 @@ class PluginManager(object):
|
|||||||
log.debug(u'Base path %s ', self.basepath)
|
log.debug(u'Base path %s ', self.basepath)
|
||||||
self.plugins = []
|
self.plugins = []
|
||||||
# this has to happen after the UI is sorted self.find_plugins(dir)
|
# 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):
|
def find_plugins(self, dir, plugin_helpers):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user