Lines Matching refs:log
939 log = ''
962 log += color_text(self.options.color, log_color, actlog) + '\n'
974 return (updated, suspicious, log)
984 log = ''
993 log += color_text(self.options.color, COLOR_YELLOW,
997 return log
1096 self.log = ''
1148 self.log += color_text(self.options.color, COLOR_LIGHT_RED,
1151 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN,
1172 self.log += color_text(self.options.color, COLOR_YELLOW,
1200 (updated, suspicious, log) = self.parser.update_dotconfig()
1203 self.log += log
1209 self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
1212 self.log += "Syncing by savedefconfig (forced by option)...\n"
1223 log = self.parser.check_defconfig()
1224 if log:
1226 self.log += log
1232 self.log += color_text(self.options.color, COLOR_LIGHT_BLUE,
1247 log = self.defconfig.ljust(30) + '\n'
1249 log += '\n'.join([ ' ' + s for s in self.log.split('\n') ])
1252 print >> (sys.stdout if success else sys.stderr), log