]> code.ossystems Code Review - openembedded-core.git/commitdiff
Make 'cache is clean' message debug
authorChris Larson <chris_larson@mentor.com>
Thu, 28 Oct 2010 01:16:47 +0000 (18:16 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:38 +0000 (14:46 +0000)
(Bitbake rev: 92637a355d55cb66de91b4314bc0e7cf1ac64ade)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cache.py

index c54ddc1d207dbed6a36bc6a47c7d9f079c9a0b00..9b1003baf1687d416c0cf7d8fd60bd6baf4a5a40 100644 (file)
@@ -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 = {}