Add success trailer too.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-06 01:29:55 -08:00
parent 4f8ba05073
commit 772c5cad44
1 changed files with 2 additions and 1 deletions

View File

@ -513,7 +513,8 @@ Succeeded! @ {}
--------------------------------------------------------------------------
{}
--------------------------------------------------------------------------
""", time_end.isoformat(), success_log)
Succeeded! @ {}
""", time_end.isoformat(), success_log, time_end.isoformat())
logger.flush()
return retcode