Skip to content
Snippets Groups Projects
Commit 06cc1d36 authored by Joe Hershberger's avatar Joe Hershberger Committed by Masahiro Yamada
Browse files

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: default avatarJoe Hershberger <joe.hershberger@ni.com>
Reviewed-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f2dae751
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,7 @@ class Slot:
updated = not filecmp.cmp(orig_defconfig, new_defconfig)
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")
if not self.options.dry_run and updated:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment