* [PATCH] runqueue.py: Fix debug message to reference the correct task
@ 2011-11-24 14:51 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-11-24 14:51 UTC (permalink / raw)
To: bitbake-devel
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index f5598ca..1800634 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1524,8 +1524,9 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
for task in xrange(len(self.sq_revdeps)):
if task not in valid_new and task not in noexec:
+ realtask = self.rqdata.runq_setscene[task]
logger.debug(2, 'No package found, so skipping setscene task %s',
- self.rqdata.get_user_idstring(task))
+ self.rqdata.get_user_idstring(realtask))
self.task_failoutright(task)
logger.info('Executing SetScene Tasks')
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-24 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 14:51 [PATCH] runqueue.py: Fix debug message to reference the correct task Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox