summaryrefslogtreecommitdiffstats
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 12:56:33 +0100
commitb420e865f6dfb04b58c1dbc5f1b5332b137f49ff (patch)
tree2091e31c32d1bae26998c00293a1b45d035edca8
parentaa84a900e1df56c19d2b9d3ee047ace31a0c144d (diff)
downloadbitbake-b420e865f6dfb04b58c1dbc5f1b5332b137f49ff.tar.gz
bitbake/cooker.py: Fix debug message arguments
(From Poky rev: 06bb59d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index ccbb13f77..3429e1adf 100644
--- a/lib/bb/cooker.py
+++ b/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!