Log loaded extension messages as INFO not WARNING.
Updates the log statement we use when an extension is loaded to log as info instead of warn. Fixes LP Bug #1074889. Change-Id: Ibf5a8a38a1f37c55ca99e0e2209a48ba04d609ae
This commit is contained in:
parent
4b98f0f936
commit
7de7b16638
@ -517,7 +517,7 @@ class ExtensionManager(object):
|
||||
return
|
||||
|
||||
alias = ext.get_alias()
|
||||
LOG.warn(_('Loaded extension: %s'), alias)
|
||||
LOG.info(_('Loaded extension: %s'), alias)
|
||||
|
||||
if alias in self.extensions:
|
||||
raise exceptions.Error("Found duplicate extension: %s" %
|
||||
|
Loading…
x
Reference in New Issue
Block a user