]> 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>
Mon, 4 Dec 2017 17:14:29 +0000 (17:14 +0000)
commit5c1cdd4f3ea59a202fff853e0390b9aa5859dc74
tree4a09bc23ccc43a43046280d125b0af950ce50135
parent31ccc70c4ea58e3781ea14eb534e00e9e06e131a
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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/lib/oeqa/utils/qemurunner.py