aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2020-03-11 18:28:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-12 23:03:15 +0000
commit7dd5b3900622008ff34ec70d71c6e994f460a46f (patch)
tree69ea39d5a6f9438b65d7d9e7cfbf4c402d326afb /lib
parente860d93b76c142fdae90226bc68e4fe6e7b6a9db (diff)
downloadbitbake-contrib-7dd5b3900622008ff34ec70d71c6e994f460a46f.tar.gz
runqueue: Lower setscene complete logging level
Lowers the level of the log message when setscene tasks have completed. This message can occur multiple times when hash equivalence is enabled, since the runqueue switches between executing setscene tasks and normal tasks. Since this is primarily of use when debugging hash equivalence, use the hash equivalence logger at VERBOSE level. [YOCTO #13813] Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index cef9b0fbb..16f076f3b 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -2059,7 +2059,7 @@ class RunQueueExecute:
self.update_holdofftasks()
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:
- logger.info("Setscene tasks completed")
+ hashequiv_logger.verbose("Setscene tasks completed")
err = self.summarise_scenequeue_errors()
if err: