We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ced99 commit 0d0fa75Copy full SHA for 0d0fa75
internal/committer/committer.go
@@ -190,10 +190,10 @@ func Commit(chainId *big.Int) error {
190
}
191
192
// Close channel to signal processor that all downloads are done
193
- log.Info().Msg("All downloads completed, waiting for processing to finish")
+ log.Info().Msg("All downloads completed, waiting for processing to finish from S3")
194
close(downloadComplete)
195
<-processorDone
196
- log.Info().Msg("All processing completed successfully")
+ log.Info().Msg("All processing completed successfully from S3")
197
198
log.Info().Msg("Fetching latest blocks")
199
fetchLatest(nextCommitBlockNumber)
0 commit comments