summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 18:16:47 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2011-01-04 14:46:38 +0000
commit14889f9cca519e5e9ebb04578ab54128dc9de467 (patch)
tree68e7835be76e81a9fff5634dc94e65195313c03c /bitbake/lib/bb/cache.py
parent3f7000cd3a26ca9f00fa088500a4f745d3553f03 (diff)
downloadpoky-14889f9cca519e5e9ebb04578ab54128dc9de467.tar.gz
Make 'cache is clean' message debug
(Bitbake rev: 92637a355d55cb66de91b4314bc0e7cf1ac64ade) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
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:
328 return 328 return
329 329
330 if self.cacheclean: 330 if self.cacheclean:
331 logger.info("Cache is clean, not saving.") 331 logger.debug(2, "Cache is clean, not saving.")
332 return 332 return
333 333
334 version_data = {} 334 version_data = {}