mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: lib/bb/cache.py: Change debugging note to a debug message
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. (Bitbake rev: 1965e5cbdfede18d7b7cb0218e0a5147c3f1c884) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8144e16097
commit
b5255bb34d
@@ -526,7 +526,7 @@ class Cache(object):
|
|||||||
|
|
||||||
if appends != info_array[0].appends:
|
if appends != info_array[0].appends:
|
||||||
logger.debug(2, "Cache: appends for %s changed", fn)
|
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)
|
self.remove(fn)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user