From 3114be6f8c77962e27551645af1859c51a110600 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 11 Jan 2017 07:55:14 -0500 Subject: dovetail tool: switch logging to proper usage JIRA: DOVETAIL-178 Change-Id: Ica814d4ff634c9159e4ecca888b8cc0f6c16e624 Signed-off-by: MatthewLi --- dovetail/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/test_runner.py') diff --git a/dovetail/test_runner.py b/dovetail/test_runner.py index 8315380a..29217f5f 100644 --- a/dovetail/test_runner.py +++ b/dovetail/test_runner.py @@ -35,7 +35,7 @@ class DockerRunner(object): self.logger.error('failed to create container') return - self.logger.debug('container id:%s' % container_id) + self.logger.debug('container id:%s', container_id) if not self.testcase.prepared(): failed = False -- cgit 1.2.3-korg