]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
build: use logger.isEnabledFor, not getEffectiveLevel
authorChris Larson <chris_larson@mentor.com>
Wed, 5 Jan 2011 18:19:21 +0000 (11:19 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 5 Jan 2011 18:21:06 +0000 (11:21 -0700)
commitdc2264387617586b5c0a61e126c75edde5e7abcd
tree82a04021098bbe572a4037ec912898575898db60
parent089dc31932a85455ed0fec8209d0451af4310f94
build: use logger.isEnabledFor, not getEffectiveLevel

I think this is less confusing, and avoids needing to know about the *range*
of logging levels, instead simply asking what we really want to know.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/build.py