bitbake/cooker.py: Fix debug message arguments

(From Poky rev: 06bb59d)

(Bitbake rev: b420e865f6dfb04b58c1dbc5f1b5332b137f49ff)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-06-08 12:56:21 +01:00
parent ed44d29b90
commit d276be69d2
1 changed files with 1 additions and 1 deletions

View File

@ -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!