Skip to content

Commit

Permalink
Fix log typo
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Mar 15, 2022
1 parent 6d25180 commit a61b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/burner/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a61b7ed

Please sign in to comment.