summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/moveconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index e321044..9c8ab19 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -649,7 +649,8 @@ class Slot:
if not updated:
self.finish(True)
return True
- """Save off the defconfig in a consistent way"""
+ self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
+ "Syncing by savedefconfig...\n")
cmd = list(self.make_cmd)
cmd.append('savedefconfig')
self.ps = subprocess.Popen(cmd, stdout=self.devnull,