]> code.ossystems Code Review - openembedded-core.git/commit
devtool: build-image: rename LOG -> logger
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 30 Aug 2015 14:28:38 +0000 (17:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Aug 2015 10:36:50 +0000 (11:36 +0100)
commita1c811df93e831a198464008564ce33ec98a3049
tree3eb3ee0abcc71e64f53201d3b425080a31a89245
parent3823b7abf8c1e82e0448d7283de95422fd262135
devtool: build-image: rename LOG -> logger

Used logger variable name instead of LOG as it is used the rest
of the devtool code.
Pylint complains about 'logger' being invalid constant name,
but it's better to be consistent in naming.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/devtool/build-image.py