Fix error message for text job
This commit is contained in:
parent
b96ddf7162
commit
8b90b4c9ef
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ func Handle(ctx context.Context, job Job) {
|
|||
err = sendReportSubscription(ctx, job)
|
||||
}
|
||||
if err != nil {
|
||||
log.Error().Err(err).Str("dest", job.destination()).Str("type", string(job.messageTypeName())).Msg("Error processing email")
|
||||
log.Error().Err(err).Str("dest", job.destination()).Str("type", string(job.messageTypeName())).Msg("Error processing text")
|
||||
return
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue