Merge "Corrects error in ml2 rpc log message formatting"

This commit is contained in:
Jenkins 2013-08-30 07:08:31 +00:00 committed by Gerrit Code Review
commit 0f3750ceb7

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,