[oe-commits] [bitbake] 04/05: cache: lower debug level

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 12:12:46 UTC 2019


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

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

commit 7f29edcfd17f1f13bca14148a7551f3eebc9d70d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Dec 28 00:03:27 2019 +0000

    cache: lower debug level
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index b6f7da5..2a00717 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -209,7 +209,7 @@ class CoreRecipeInfo(RecipeInfoCommon):
         # Collect files we may need for possible world-dep
         # calculations
         if self.not_world:
-            logger.debug(1, "EXCLUDE FROM WORLD: %s", fn)
+            logger.debug(2, "EXCLUDE FROM WORLD: %s", fn)
         else:
             cachedata.possible_world.append(fn)
 

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


More information about the Openembedded-commits mailing list