diff --git a/neutron/plugins/bigswitch/plugin.py b/neutron/plugins/bigswitch/plugin.py index 4c1366e611..cbeafcfd2c 100644 --- a/neutron/plugins/bigswitch/plugin.py +++ b/neutron/plugins/bigswitch/plugin.py @@ -340,7 +340,7 @@ class ServerPool(object): ignore_codes = [404] resp = self.rest_call(action, resource, data, headers, ignore_codes) if self.server_failure(resp, ignore_codes): - LOG.error(_("NeutronRestProxyV2: ") + errstr, resp[2]) + LOG.error(errstr, resp[2]) raise RemoteRestError(reason=resp[2]) if resp[0] in ignore_codes: LOG.warning(_("NeutronRestProxyV2: Received and ignored error "