Corrects error in ml2 rpc log message formatting

Change-Id: Ic6f445408ef83c2aa0376c94f395363503412814
This commit is contained in:
Zang MingJie 2013-08-29 15:46:17 +08:00
parent aacd1c3d20
commit 9951318dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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,