tools: moveconfig: New color used for changed defconfig
The old color blends in with similar messages and makes them not stand out. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:

committed by
Masahiro Yamada

parent
f2dae751fb
commit
06cc1d36d0
@@ -742,7 +742,7 @@ class Slot:
|
|||||||
updated = not filecmp.cmp(orig_defconfig, new_defconfig)
|
updated = not filecmp.cmp(orig_defconfig, new_defconfig)
|
||||||
|
|
||||||
if updated:
|
if updated:
|
||||||
self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
|
self.log += color_text(self.options.color, COLOR_LIGHT_BLUE,
|
||||||
"defconfig was updated.\n")
|
"defconfig was updated.\n")
|
||||||
|
|
||||||
if not self.options.dry_run and updated:
|
if not self.options.dry_run and updated:
|
||||||
|
Reference in New Issue
Block a user