X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcore%2Ftask.py;h=e7acde696b4c0bd80fb070a49a458a4af8856e14;hb=e4c7ab64f6886b74e3725967d048801e879b3ec4;hp=7f6309a7e30a35a6fd616018cc89ebb615a03e38;hpb=9c3db265f442b7db607cb929adf6c89c952add97;p=yardstick.git diff --git a/yardstick/benchmark/core/task.py b/yardstick/benchmark/core/task.py index 7f6309a7e..e7acde696 100644 --- a/yardstick/benchmark/core/task.py +++ b/yardstick/benchmark/core/task.py @@ -149,7 +149,7 @@ class Task(object): # pragma: no cover total_end_time - total_start_time) LOG.info('To generate report, execute command "yardstick report ' - 'generate %(task_id)s s"', self.task_id) + 'generate %s "', self.task_id) LOG.info("Task ALL DONE, exiting") return result