]> code.ossystems Code Review - openembedded-core.git/commit
scripts/yocto-compat-layer.py: Dump log to stdout instead of stderr
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 20 Mar 2017 20:51:02 +0000 (14:51 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:04 +0000 (22:43 +0000)
commit95ad04f7daed17bde5be5fc264f6c731fecfdfa9
treece55838c91014ae7fa674d9fc782b8b840862419
parent60c9b06f4085f6bddb6aa397a38bfc2ceb10f964
scripts/yocto-compat-layer.py: Dump log to stdout instead of stderr

The common unix tools uses stdout as standard for log output, by default
python logging uses stderr if not stream is specified.

[YOCTO #11160]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/yocto-compat-layer.py