Merge "ml2: remove superfluous %s in LOG.debug() format"
This commit is contained in:
commit
ef5d4f8bee
@ -103,7 +103,7 @@ def get_dynamic_segment(session, network_id, physical_network=None,
|
|||||||
if record:
|
if record:
|
||||||
return _make_segment_dict(record)
|
return _make_segment_dict(record)
|
||||||
else:
|
else:
|
||||||
LOG.debug("No dynamic segment %s found for "
|
LOG.debug("No dynamic segment found for "
|
||||||
"Network:%(network_id)s, "
|
"Network:%(network_id)s, "
|
||||||
"Physical network:%(physnet)s, "
|
"Physical network:%(physnet)s, "
|
||||||
"segmentation_id:%(segmentation_id)s",
|
"segmentation_id:%(segmentation_id)s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user