From: Chris Larson Date: Thu, 28 Oct 2010 01:16:47 +0000 (-0700) Subject: Make 'cache is clean' message debug X-Git-Tag: 2011-1~3144 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14889f9cca519e5e9ebb04578ab54128dc9de467;p=openembedded-core.git Make 'cache is clean' message debug (Bitbake rev: 92637a355d55cb66de91b4314bc0e7cf1ac64ade) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index c54ddc1d20..9b1003baf1 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py @@ -328,7 +328,7 @@ class Cache: return if self.cacheclean: - logger.info("Cache is clean, not saving.") + logger.debug(2, "Cache is clean, not saving.") return version_data = {}