refine delivery

Browse Source
main
git 2024-06-09 00:09:01 +08:00
parent 8fd65a83e4
commit 1722f18d21
Signed by: git
GPG Key ID: 3F65EFFA44207ADD
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func (d *deliver) Nack() {
_, err := d.client.Delete(ctx, assignKey)
if err != nil {
log.ERROR.Printf("nack task %s err: %s", d.value, err)
log.ERROR.Printf("nack task %s err: %s", d.key, err)
}
}