mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
Correct log level for 'Could not send a chunked response' (#12562)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
parent
c45cb7e188
commit
faa0a2c4cf
@ -139,7 +139,7 @@ func (s *Service) writeBlockBatchToStream(ctx context.Context, batch blockBatch,
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if chunkErr := s.chunkBlockWriter(stream, b); chunkErr != nil {
|
if chunkErr := s.chunkBlockWriter(stream, b); chunkErr != nil {
|
||||||
log.WithError(chunkErr).Error("Could not send a chunked response")
|
log.WithError(chunkErr).Debug("Could not send a chunked response")
|
||||||
return chunkErr
|
return chunkErr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user