From: Zang MingJie Date: Thu, 29 Aug 2013 07:46:17 +0000 (+0800) Subject: Corrects error in ml2 rpc log message formatting X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9951318dd5ac067a141bab8bd933007e63133591;p=openstack-build%2Fneutron-build.git Corrects error in ml2 rpc log message formatting Change-Id: Ic6f445408ef83c2aa0376c94f395363503412814 --- diff --git a/neutron/plugins/ml2/rpc.py b/neutron/plugins/ml2/rpc.py index 865ed3cff..9b26bcfd9 100644 --- a/neutron/plugins/ml2/rpc.py +++ b/neutron/plugins/ml2/rpc.py @@ -100,7 +100,7 @@ class RpcCallbacks(dhcp_rpc_base.DhcpRpcCallbackMixin, segments = db.get_network_segments(session, port.network_id) if not segments: LOG.warning(_("Device %(device)s requested by agent " - "%(agent_id)s has network %(network_id) with " + "%(agent_id)s has network %(network_id)s with " "no segments"), {'device': device, 'agent_id': agent_id,