mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01: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:
committed by
Richard Purdie
parent
3f7000cd3a
commit
14889f9cca
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user