diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 7d3e91a743..c486c988e2 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -481,7 +481,7 @@ class RunQueueData: | |||
| 481 | fn = taskData.fn_index[fnid] | 481 | fn = taskData.fn_index[fnid] |
| 482 | task_deps = self.dataCache.task_deps[fn] | 482 | task_deps = self.dataCache.task_deps[fn] |
| 483 | 483 | ||
| 484 | logger.debug(2, "Processing %s:%s", fn, taskData.tasks_name[task]) | 484 | #logger.debug(2, "Processing %s:%s", fn, taskData.tasks_name[task]) |
| 485 | 485 | ||
| 486 | if fnid not in taskData.failed_fnids: | 486 | if fnid not in taskData.failed_fnids: |
| 487 | 487 | ||
