Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catchup/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (s *Service) fetchAndWrite(ctx context.Context, r basics.Round, prevFetchCo
// for no reason.
select {
case <-ctx.Done():
s.log.Infof("fetchAndWrite(%d): Aborted while waiting for lookback block to ledger after failing once : %v", r, err)
s.log.Infof("fetchAndWrite(%v): Aborted while waiting for lookback block to ledger", r)
return false
case <-lookbackComplete:
}
Expand Down