Skip to content

Commit

Permalink
Fix typo in Task.Audit()
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Oct 13, 2021
1 parent eb60b35 commit f7dcccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (t *Task) Auditf(msg string, parts ...interface{}) {
}

func (t *Task) Audit(msg string) {
Audit.Printf("[Process:%s] %s", t.Process.Name(), msg)
Audit.Printf("[Task:%s] %s", t.Process.Name(), msg)
}

func (t *Task) Failf(msg string, parts ...interface{}) {
Expand Down

0 comments on commit f7dcccc

Please sign in to comment.