fix redundant log message
This commit is contained in:
parent
c872cebb8f
commit
45643e8369
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ func addWaitingJobs(ctx context.Context) error {
|
|||
}
|
||||
err = handleJob(ctx, txn, job)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("failed begin txn")
|
||||
log.Error().Err(err).Msg("failed handle job")
|
||||
return
|
||||
}
|
||||
err = job.Delete(ctx, txn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue