| Index: gclient_utils.py | 
| diff --git a/gclient_utils.py b/gclient_utils.py | 
| index f89b601f3a201146e8446aee570cd3bc30f7762a..c394862f76645aaef15b9352f68a3585be422998 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.""" | 
|  |