From ab47b8b24dcb8f85d3398ae068083b144b4a3b96 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 23 Jun 2018 18:58:45 +0300 Subject: Change: clarify message for when action starts --- ick2/workapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ick2/workapi.py b/ick2/workapi.py index f61a23b..6fcc107 100644 --- a/ick2/workapi.py +++ b/ick2/workapi.py @@ -99,7 +99,7 @@ class WorkAPI(ick2.APIbase): self._append_text_to_build_log( log, - 'Giving worker action at {}:\n{}\n'.format( + 'Action starts at {}:\n{}\n'.format( time.strftime('%Y-%m-%d %H:%M:%S'), json.dumps(doing, indent=4))) -- cgit v1.2.1