diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-22 16:26:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 15:38:24 +0000 |
commit | 9b0277c3c3be7637e7cee2d2a04f67cb00ac0226 (patch) | |
tree | f770a4cdfb8e579dc8b7bdc0c5c25993abf94452 /documentation/kernel-dev/common.rst | |
parent | 0ab3325ffb407dbce6aa5ccc20478568abd8b8fb (diff) | |
download | poky-9b0277c3c3be7637e7cee2d2a04f67cb00ac0226.tar.gz |
bitbake: lib/bb/siggen: fix debug() call
Bitbake f68682 changed the logger's debug() method to be compatible with
logging.debug(), but this caller was still using the old API where you
can pass an integer as the first argument:
WARNING: Invalid arguments in bbdebug: (1, 1, 'Found unihash[...]')
Instead, call bbdebug() which has the priority argument.
(Bitbake rev: 18d4f9e8387f7994cf6d46300e25dda1c3a593b2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/common.rst')
0 files changed, 0 insertions, 0 deletions