summaryrefslogtreecommitdiff
path: root/ick2/workapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/workapi.py')
-rw-r--r--ick2/workapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick2/workapi.py b/ick2/workapi.py
index 0c885b5..1dc9e81 100644
--- a/ick2/workapi.py
+++ b/ick2/workapi.py
@@ -68,7 +68,7 @@ class WorkAPI(ick2.APIbase):
sm.handle_event(ick2.BuildStartsEvent())
self._append_text_to_build_log(
log,
- 'Starting build at {}\n'.format(
+ 'Build started at {}\n'.format(
time.strftime('%Y-%m-%d %H:%M:%S')))
resp = sm.handle_event(ick2.NeedWorkEvent())