Merge "Fixes formatting exception from logging in BigSwitch plugin"
This commit is contained in:
commit
7dc98c07a9
@ -333,7 +333,7 @@ class ServerPool(object):
|
||||
raise RemoteRestError(resp[2])
|
||||
if resp[0] in ignore_codes:
|
||||
LOG.warning(_("NeutronRestProxyV2: Received and ignored error "
|
||||
"code %(code)d on %(action)s action to resource "
|
||||
"code %(code)s on %(action)s action to resource "
|
||||
"%(resource)s"),
|
||||
{'code': resp[2], 'action': action,
|
||||
'resource': resource})
|
||||
|
Loading…
Reference in New Issue
Block a user