summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index cef9b0fbbf..16f076f3b1 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2059,7 +2059,7 @@ class RunQueueExecute:
2059 self.update_holdofftasks() 2059 self.update_holdofftasks()
2060 2060
2061 if not self.sq_live and not self.sqdone and not self.sq_deferred and not self.updated_taskhash_queue and not self.holdoff_tasks: 2061 if not self.sq_live and not self.sqdone and not self.sq_deferred and not self.updated_taskhash_queue and not self.holdoff_tasks:
2062 logger.info("Setscene tasks completed") 2062 hashequiv_logger.verbose("Setscene tasks completed")
2063 2063
2064 err = self.summarise_scenequeue_errors() 2064 err = self.summarise_scenequeue_errors()
2065 if err: 2065 if err: