Fix erroneos copy-paste log message
This commit is contained in:
parent
f7d40c6d70
commit
aa7585563b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func startWorkerEmail(ctx context.Context, channel chan jobEmail) {
|
|||
case job := <-channel:
|
||||
err := jobProcessEmail(job)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Str("dest", job.Destination).Str("type", string(job.Type)).Msg("Error processing audio file")
|
||||
log.Error().Err(err).Str("dest", job.Destination).Str("type", string(job.Type)).Msg("Error processing email")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue