diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-08 12:56:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-08 20:38:23 +0100 |
commit | d276be69d2034f5d86e6f5d0d29fcfac2f220fc2 (patch) | |
tree | ee16b930619a1c79dfa165a27b0ffa428026b28d /bitbake | |
parent | ed44d29b9004ee355860d0d469dfe191dfcef184 (diff) | |
download | poky-d276be69d2034f5d86e6f5d0d29fcfac2f220fc2.tar.gz |
bitbake/cooker.py: Fix debug message arguments
(From Poky rev: 06bb59d)
(Bitbake rev: b420e865f6dfb04b58c1dbc5f1b5332b137f49ff)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 94495e1399..fab65c22d5 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -93,7 +93,7 @@ class BBCooker: | |||
93 | # This is not an error. If the field is not defined in the ui, | 93 | # This is not an error. If the field is not defined in the ui, |
94 | # this interface might need no extra cache fields, so | 94 | # this interface might need no extra cache fields, so |
95 | # just skip this error! | 95 | # just skip this error! |
96 | logger.debug("UI '%s' does not require extra cache!" % (configuration.ui)) | 96 | logger.debug(2, "UI '%s' does not require extra cache!" % (configuration.ui)) |
97 | 97 | ||
98 | # At least CoreRecipeInfo will be loaded, so caches_array will never be empty! | 98 | # At least CoreRecipeInfo will be loaded, so caches_array will never be empty! |
99 | # This is the entry point, no further check needed! | 99 | # This is the entry point, no further check needed! |