Merge "Correct the typo %{edge_id)s"

This commit is contained in:
Jenkins 2013-10-10 04:23:58 +00:00 committed by Gerrit Code Review
commit 626713f0c9

View File

@ -287,7 +287,7 @@ class EdgeApplianceDriver(object):
except exceptions.ResourceNotFound:
pass
except exceptions.VcnsApiException as e:
msg = _("VCNS: Failed to delete %{edge_id)s:\n"
msg = _("VCNS: Failed to delete %(edge_id)s:\n"
"%(response)s") % {
'edge_id': edge_id, 'response': e.response}
LOG.exception(msg)