Merge "Fix typo in format string"

This commit is contained in:
Jenkins 2015-03-05 17:35:03 +00:00 committed by Gerrit Code Review
commit 298ba7c6b0

View File

@ -752,7 +752,7 @@ class Builder(object):
if rpf not in unique_files:
unique_files.append(rpf)
else:
logger.warning("File '%s' already added as '%s, ignoring "
logger.warning("File '%s' already added as '%s', ignoring "
"reference to avoid duplicating yaml "
"definitions." % (f, rpf))