lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug message
authorDenys Dmytriyenko <denys@ti.com>
Fri, 12 Aug 2011 19:57:14 +0000 (15:57 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 08:13:53 +0000 (09:13 +0100)
commit76051e6f8d9449fc635b37f7461bdaf973b86046
treef2c0451efd8ea1d8929d61a5a4dd202da4337c3e
parente2a816e740e04170390d8c500718f4dcaa0ae382
lib/bb/providers: make "checking PREFERRED_PROVIDER_%s" a debug message

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().

(Bitbake rev: 85dfbec26abb5b944758f5c4749b7df16c0fb2e6)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/providers.py