add some more logging
This commit is contained in:
parent
35f6e10646
commit
05a233f84d
@ -1537,6 +1537,7 @@ func (syncer *Syncer) iterFullTipsets(ctx context.Context, headers []*types.TipS
|
||||
batchErr = multierror.Append(batchErr, requestErr)
|
||||
failed = true
|
||||
} else {
|
||||
log.Infof("fetched messages for %d tipsets", len(requestResult))
|
||||
copy(bstout[j*syncRequestBatchSize+offset:], requestResult)
|
||||
offset += len(requestResult)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user