[bitbake-devel] [PATCH] lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug message

Richard Purdie richard.purdie at linuxfoundation.org
Mon Aug 15 08:12:24 UTC 2011


On Fri, 2011-08-12 at 15:57 -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys at ti.com>
> 
> In verbose mode there are hundreds of these "checking PREFERRED_PROVIDER_%s"
> messages, cluttering the output and obscuring the more important resulting
> "selecting %s to satisfy runtime %s due to %s" messages. Individual "checking"
> lines are more suited for debug mode, similar to "sorted providers for %s
> are: %s", hence convert logger.verbose() to logger.debug().
> 
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
>  lib/bb/providers.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-) 

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list