[oe-commits] [bitbake] 04/04: bitbake: runqueue: Lower setscene complete logging level

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 00:28:55 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit ad6a2b4d1826d9ef280f70700cd2bd1626dbf994
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Wed Mar 11 18:28:47 2020 -0500

    bitbake: 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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/runqueue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index cef9b0f..16f076f 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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list