Specify logging string format arguments as function parameters

Change-Id: If34129e03867b342e5ea5f1d02dc7ab5b0830142
This commit is contained in:
David Pursehouse 2014-07-15 14:50:18 +09:00
parent 0af8f2f2a7
commit 286a9b660e

@ -891,7 +891,7 @@ def xunit(parser, xml_parent, data):
for configured_type in data['types']:
type_name = configured_type.keys()[0]
if type_name not in implemented_types:
logger.warn("Requested xUnit type '%s' is not yet supported" %
logger.warn("Requested xUnit type '%s' is not yet supported",
type_name)
else:
# Append for generation