From 9951318dd5ac067a141bab8bd933007e63133591 Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Thu, 29 Aug 2013 15:46:17 +0800 Subject: [PATCH] Corrects error in ml2 rpc log message formatting Change-Id: Ic6f445408ef83c2aa0376c94f395363503412814 --- neutron/plugins/ml2/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2