summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-08 12:56:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-08 20:38:23 +0100
commitd276be69d2034f5d86e6f5d0d29fcfac2f220fc2 (patch)
treeee16b930619a1c79dfa165a27b0ffa428026b28d /bitbake
parented44d29b9004ee355860d0d469dfe191dfcef184 (diff)
downloadast2050-yocto-poky-d276be69d2034f5d86e6f5d0d29fcfac2f220fc2.zip
ast2050-yocto-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 94495e1..fab65c2 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -93,7 +93,7 @@ class BBCooker:
# This is not an error. If the field is not defined in the ui,
# this interface might need no extra cache fields, so
# just skip this error!
- logger.debug("UI '%s' does not require extra cache!" % (configuration.ui))
+ logger.debug(2, "UI '%s' does not require extra cache!" % (configuration.ui))
# At least CoreRecipeInfo will be loaded, so caches_array will never be empty!
# This is the entry point, no further check needed!
OpenPOWER on IntegriCloud