]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake/cooker.py: Fix debug message arguments
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jun 2011 11:56:21 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jun 2011 11:56:33 +0000 (12:56 +0100)
(From Poky rev: 06bb59d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/cooker.py

index ccbb13f77889728f6602c0aabcb36ea80273a27a..3429e1adf4f70953e86c1036078e682726168d01 100644 (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!