Some apparently debugging was left in in a previous commit. This caused
bitbake to return a list of bbappends when things changed from the cache.
Make this a proper debug message.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
if appends != info_array[0].appends:
logger.debug(2, "Cache: appends for %s changed", fn)
- bb.note("%s to %s" % (str(appends), str(info_array[0].appends)))
+ logger.debug(2, "%s to %s" % (str(appends), str(info_array[0].appends)))
self.remove(fn)
return False