diff --git a/gclient_utils.py b/gclient_utils.py index f89b601f3..c394862f7 100644 --- a/gclient_utils.py +++ b/gclient_utils.py @@ -776,7 +776,7 @@ class ExecutionQueue(object): ---------------------------------------- %s ----------------------------------------""" % ( - task.name, comment, task.outbuf.getvalue().strip(), elapsed) + task.name, comment, elapsed, task.outbuf.getvalue().strip()) def flush(self, *args, **kwargs): """Runs all enqueued items until all are executed."""