From d276be69d2034f5d86e6f5d0d29fcfac2f220fc2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 Jun 2011 12:56:21 +0100 Subject: bitbake/cooker.py: Fix debug message arguments (From Poky rev: 06bb59d) (Bitbake rev: b420e865f6dfb04b58c1dbc5f1b5332b137f49ff) Signed-off-by: Richard Purdie --- bitbake/lib/bb/cooker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') 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: # 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! -- cgit v1.2.3-54-g00ecf