]> 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 19:38:23 +0000 (20:38 +0100)
(From Poky rev: 06bb59d)

(Bitbake rev: b420e865f6dfb04b58c1dbc5f1b5332b137f49ff)

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

index 94495e1399276de84aefc2de0f44fc48bcd31434..fab65c22d5b5b173a786811f67c02d9da8141068 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!