Skip to content

Commit

Permalink
Change log line to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bez625 committed Jul 13, 2024
1 parent a6e1995 commit ab243bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/controller/standard/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (s *Service) VerifySyncCommitteeMessages(ctx context.Context, data *apiv1.H
for validatorIndex, committeeIndices := range previousSlotData.ValidatorToCommitteeIndex {
for _, committeeIndex := range committeeIndices {
if !syncAggregate.SyncCommitteeBits.BitAt(uint64(committeeIndex)) {
log.Trace().Uint64("validator_index", uint64(validatorIndex)).
log.Debug().Uint64("validator_index", uint64(validatorIndex)).
Uint64("committee_index", uint64(committeeIndex)).
Msg("Validator not included in SyncAggregate SyncCommitteeBits")
}
Expand Down

0 comments on commit ab243bc

Please sign in to comment.