diff --git a/murano/dsl/executor.py b/murano/dsl/executor.py index fe1a777c8..a0b1a7853 100644 --- a/murano/dsl/executor.py +++ b/murano/dsl/executor.py @@ -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)