summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2016-06-10 14:53:30 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-13 07:46:28 +0900
commit06cc1d36d0e5ae4954f60bce78f6ac2117c3b357 (patch)
tree3b8fdeb7932c95017501b3ff15a0e6db44297a14
parentf2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e (diff)
downloadtalos-obmc-uboot-06cc1d36d0e5ae4954f60bce78f6ac2117c3b357.tar.gz
talos-obmc-uboot-06cc1d36d0e5ae4954f60bce78f6ac2117c3b357.zip
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>
-rwxr-xr-xtools/moveconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index d2744c16eb..12a145c0a6 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -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:
OpenPOWER on IntegriCloud