diff options
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
93 | # This is not an error. If the field is not defined in the ui, | 93 | # This is not an error. If the field is not defined in the ui, |
94 | # this interface might need no extra cache fields, so | 94 | # this interface might need no extra cache fields, so |
95 | # just skip this error! | 95 | # just skip this error! |
96 | logger.debug("UI '%s' does not require extra cache!" % (configuration.ui)) | 96 | logger.debug(2, "UI '%s' does not require extra cache!" % (configuration.ui)) |
97 | 97 | ||
98 | # At least CoreRecipeInfo will be loaded, so caches_array will never be empty! | 98 | # At least CoreRecipeInfo will be loaded, so caches_array will never be empty! |
99 | # This is the entry point, no further check needed! | 99 | # This is the entry point, no further check needed! |