Format string sequence error

'body' is the first parameter, and 'env_template_id' is the
second parameter.

Change-Id: Ifc449cf1b52147f12de11c898b22075174a793bf
This commit is contained in:
chenaidong1 2017-10-12 16:06:16 +08:00
parent af6a44aa99
commit 19fcdae863
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Controller(object):
:return: the description of the created template.
"""
LOG.debug('EnvTemplates:Clone <Env Template {0} for body {1}>'.
LOG.debug('EnvTemplates:Clone <Env Template {1} for body {0}>'.
format(body, env_template_id))
policy.check('clone_env_template', request.context)