Fix log levels

This commit is contained in:
Tim Bentley 2010-02-06 17:13:55 +00:00
parent 2ffe5af9a3
commit d4668e2ba3
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""