]> 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>
Sat, 3 Mar 2018 08:32:13 +0000 (08:32 +0000)
commit7274a9caa39c77128ecaf398437e685923ebc2c5
treea2e04ff82d7533ccdeca6c21c0c681947d1d0658
parent074b510c8720e82e5f5978e2824d2168f7f11139
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.

(From OE-Core rev: 5c1cdd4f3ea59a202fff853e0390b9aa5859dc74)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/utils/qemurunner.py