mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 09:57:15 +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:
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 = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user