Merge "Interpolate strings using logging own methods"

This commit is contained in:
Jenkins 2016-12-01 23:53:16 +00:00 committed by Gerrit Code Review
commit ec0b1986f4

View File

@ -354,7 +354,7 @@ def main():
LOG.info("Starting search for unclassified failures")
for group in all_gate_fails:
LOG.info("Processing failures for group: %s" % group)
LOG.info("Processing failures for group: %s", group)
fails = all_gate_fails[group]
if not fails:
continue