Merge "Correct the typo %{edge_id)s"
This commit is contained in:
commit
626713f0c9
@ -287,7 +287,7 @@ class EdgeApplianceDriver(object):
|
|||||||
except exceptions.ResourceNotFound:
|
except exceptions.ResourceNotFound:
|
||||||
pass
|
pass
|
||||||
except exceptions.VcnsApiException as e:
|
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") % {
|
"%(response)s") % {
|
||||||
'edge_id': edge_id, 'response': e.response}
|
'edge_id': edge_id, 'response': e.response}
|
||||||
LOG.exception(msg)
|
LOG.exception(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user