summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-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 c92ba35641..9e89742235 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -526,7 +526,7 @@ class Cache(object):
526 526
527 if appends != info_array[0].appends: 527 if appends != info_array[0].appends:
528 logger.debug(2, "Cache: appends for %s changed", fn) 528 logger.debug(2, "Cache: appends for %s changed", fn)
529 bb.note("%s to %s" % (str(appends), str(info_array[0].appends))) 529 logger.debug(2, "%s to %s" % (str(appends), str(info_array[0].appends)))
530 self.remove(fn) 530 self.remove(fn)
531 return False 531 return False
532 532