Skip to content

Commit

Permalink
Bugfix in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Jun 22, 2017
1 parent 4e5b87d commit d5befdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceam/framework/engine.py
Expand Up @@ -188,7 +188,7 @@ def run(components):

unused_config_keys = config.unused_keys()
if unused_config_keys:
_log.debug("Some configuration keys not used during run: {}", unused_config_keys)
_log.debug("Some configuration keys not used during run: {}".format(unused_config_keys))

return metrics

Expand Down

0 comments on commit d5befdd

Please sign in to comment.