Merge "Change LOG.warn to LOG.warning"

This commit is contained in:
Jenkins 2016-01-05 22:40:55 +00:00 committed by Gerrit Code Review
commit acf38f3773
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class MuranoDslExecutor(object):
try:
method.invoke(self, obj, (), {}, None)
except Exception as e:
LOG.warn(_LW(
LOG.warning(_LW(
'Muted exception during execution of .destroy '
'on {0}: {1}').format(obj, e), exc_info=True)