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 4598f37 commit e572affCopy full SHA for e572aff
cmd/bootstrap/cmd/rootblock.go
@@ -238,7 +238,7 @@ func rootBlock(cmd *cobra.Command, args []string) {
238
// read the previously created cluster assignment (see cmd/bootstrap/cmd/clustering.go)
239
clusteringData := readIntermediaryClusteringData()
240
if flagEpochCounter != clusteringData.EpochCounter {
241
- log.Fatal().Msgf("Epoch counter does not match the one used to generate collector clusters")
+ log.Fatal().Msgf("epoch counter does not match the one used to generate collector clusters")
242
}
243
clusters := clusteringData.Clusters
244
log.Info().Msg("reading votes for collection node cluster root blocks")
0 commit comments