diff --git a/murano/api/v1/templates.py b/murano/api/v1/templates.py index dbdf5df81..7a3768320 100644 --- a/murano/api/v1/templates.py +++ b/murano/api/v1/templates.py @@ -230,7 +230,7 @@ class Controller(object): :return: the description of the created template. """ - LOG.debug('EnvTemplates:Clone '. + LOG.debug('EnvTemplates:Clone '. format(body, env_template_id)) policy.check('clone_env_template', request.context)