1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Chris Larson
2010-10-27 18:16:47 -07:00
committed by Richard Purdie
parent 3f7000cd3a
commit 14889f9cca
+1 -1
View 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 = {}