Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:vmihailenco/taskq into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Mar 1, 2021
2 parents 83eaaed + 8c7ba48 commit 17eecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ func (c *Consumer) delete(msg *Message) {

err := c.q.Delete(msg)
if err != nil {
internal.Logger.Printf("taks=%q Delete failed: %s", msg.TaskName, err)
internal.Logger.Printf("task=%q Delete failed: %s", msg.TaskName, err)
}
atomic.AddUint32(&c.inFlight, ^uint32(0))
}
Expand Down

0 comments on commit 17eecbc

Please sign in to comment.