@@ -328,12 +328,12 @@ def on_async_poll(self, host, res, jid, clock):
328
328
if self ._async_notified [jid ] > clock :
329
329
self ._async_notified [jid ] = clock
330
330
msg = "<job %s> polling, %ss remaining" % (jid , clock )
331
- print stringc (msg , 'blue ' )
331
+ print stringc (msg , 'cyan ' )
332
332
333
333
def on_async_ok (self , host , res , jid ):
334
334
335
335
msg = "<job %s> finished on %s" % (jid , host )
336
- print stringc (msg , 'blue ' )
336
+ print stringc (msg , 'cyan ' )
337
337
338
338
def on_async_failed (self , host , res , jid ):
339
339
@@ -379,12 +379,12 @@ def on_setup(self):
379
379
def on_import_for_host (self , host , imported_file ):
380
380
381
381
msg = "%s: importing %s" % (host , imported_file )
382
- print stringc (msg , 'blue ' )
382
+ print stringc (msg , 'cyan ' )
383
383
384
384
def on_not_import_for_host (self , host , missing_file ):
385
385
386
386
msg = "%s: not importing file: %s" % (host , missing_file )
387
- print stringc (msg , 'blue ' )
387
+ print stringc (msg , 'cyan ' )
388
388
389
389
def on_play_start (self , pattern ):
390
390
0 commit comments