From: Joe Hershberger Date: Fri, 10 Jun 2016 19:53:30 +0000 (-0500) Subject: tools: moveconfig: New color used for changed defconfig X-Git-Tag: v2016.07-rc2~42^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=06cc1d36d0e5ae4954f60bce78f6ac2117c3b357;p=u-boot 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 Reviewed-by: Masahiro Yamada --- 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: