diff --git a/neutron/plugins/ml2/rpc.py b/neutron/plugins/ml2/rpc.py index 865ed3cff7..9b26bcfd9b 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,