Skip to content

Commit

Permalink
Update log message (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Apr 3, 2024
1 parent 6bbb360 commit 0a167f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingest/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ func (ing *Ingester) ingestWorkerLogic(ctx context.Context, provider, publisher
count++

if ctx.Err() != nil {
log.Infow("Ingest canceled while processing ads", "err", ctx.Err())
log.Infow("Ingest worker canceled while processing ads", "err", ctx.Err())
ing.inEvents <- adProcessedEvent{
publisher: publisher,
headAdCid: headAdCid,
Expand Down

0 comments on commit 0a167f8

Please sign in to comment.