Skip to content

Commit 0d0fa75

Browse files
committed
minor change
1 parent 27ced99 commit 0d0fa75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/committer/committer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ func Commit(chainId *big.Int) error {
190190
}
191191

192192
// Close channel to signal processor that all downloads are done
193-
log.Info().Msg("All downloads completed, waiting for processing to finish")
193+
log.Info().Msg("All downloads completed, waiting for processing to finish from S3")
194194
close(downloadComplete)
195195
<-processorDone
196-
log.Info().Msg("All processing completed successfully")
196+
log.Info().Msg("All processing completed successfully from S3")
197197

198198
log.Info().Msg("Fetching latest blocks")
199199
fetchLatest(nextCommitBlockNumber)

0 commit comments

Comments
 (0)