From 4a6d4d258c0a7210462be8cd025475cfe9bf8d84 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 17 Dec 2010 14:46:41 -0700 Subject: logger usage cleanup (Bitbake rev: 976e4f84a8147ad762442df7ff4820611a21d227) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/runqueue.py') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index ee7cfe7d61..dd568ffab2 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -914,7 +914,7 @@ class RunQueue: # If the stamp is missing its not current if not os.access(stampfile, os.F_OK): - logger.debug(2, "Stampfile %s not available\n" % stampfile) + logger.debug(2, "Stampfile %s not available", stampfile) return False # If its a 'nostamp' task, it's not current taskdep = self.rqdata.dataCache.task_deps[fn] -- cgit v1.2.3-54-g00ecf