summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {}