diff --git a/das/worker.go b/das/worker.go index f2e8c4d821..a42c1f02aa 100644 --- a/das/worker.go +++ b/das/worker.go @@ -86,7 +86,7 @@ func (w *worker) run(ctx context.Context, timeout time.Duration, resultCh chan<- if w.state.jobType != recentJob { log.Infow( - "finished sampling headers", + "finished receiving headers", "type", w.state.jobType, "from", w.state.from, "to", w.state.curr,