Merge "Add conversion type to LOG.exception's string"

This commit is contained in:
Jenkins
2014-03-18 02:29:20 +00:00
committed by Gerrit Code Review

View File

@@ -926,7 +926,7 @@ class API(base.Base):
return []
with excutils.save_and_reraise_exception():
LOG.exception(_('Unable to access floating IP %(fixed_ip)s '
'for port %(port_id)'),
'for port %(port_id)s'),
{'fixed_ip': fixed_ip, 'port_id': port})
return data['floatingips']