X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fmoveconfig.py;h=12a145c0a615722dce3e0db5acbd9783c616bc38;hb=06cc1d36d0e5ae4954f60bce78f6ac2117c3b357;hp=d2744c16eb88ff430987931565117697391a233a;hpb=f2dae751fbaa029cd3b1fe13cb4710f5c52cbc8e;p=u-boot 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: