]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/qemurunner: Use logger.debug, not logger.info
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Nov 2017 18:13:24 +0000 (18:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Nov 2017 11:49:13 +0000 (11:49 +0000)
commite05b14ad5a3c5ac1656b6fffdcf7e58250638e96
tree9caf7cd7c18422cd87f0000412c8f92caeca22bf
parentf352ef37a27cb0871c87cf9991d8ad2e1d560fde
oeqa/qemurunner: Use logger.debug, not logger.info

Bitbake logs info messages to the console. These messages are really
there as debugging information. At the debug level, they will be shown
in failure logs and in the task logs but not on the console which
is what we want in this case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py