]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
tools: moveconfig: New color used for changed defconfig
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 10 Jun 2016 19:53:30 +0000 (14:53 -0500)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 12 Jun 2016 22:46:28 +0000 (07:46 +0900)
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>
tools/moveconfig.py

index d2744c16eb88ff430987931565117697391a233a..12a145c0a615722dce3e0db5acbd9783c616bc38 100755 (executable)
@@ -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: