diff --git a/pkg/burner/create.go b/pkg/burner/create.go index 1fb467e39..ab87da6f9 100644 --- a/pkg/burner/create.go +++ b/pkg/burner/create.go @@ -166,7 +166,7 @@ func (ex *Executor) RunCreateJob() { } wg.Wait() } - log.Infof("Finished the create job in %g seconds\n", time.Since(t0).Seconds()) + log.Infof("Finished the create job in %g seconds", time.Since(t0).Seconds()) } func (ex *Executor) replicaHandler(objectIndex int, obj object, ns string, iteration int, wg *sync.WaitGroup) {