Merge "ml2: remove superfluous %s in LOG.debug() format"

This commit is contained in:
Jenkins 2014-12-23 10:53:55 +00:00 committed by Gerrit Code Review
commit ef5d4f8bee
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def get_dynamic_segment(session, network_id, physical_network=None,
if record:
return _make_segment_dict(record)
else:
LOG.debug("No dynamic segment %s found for "
LOG.debug("No dynamic segment found for "
"Network:%(network_id)s, "
"Physical network:%(physnet)s, "
"segmentation_id:%(segmentation_id)s",