Skip to content

Commit

Permalink
Change It To Debug (#14072)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored and prestonvanloon committed Jun 3, 2024
1 parent 7ad870f commit b6f93e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/p2p/broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (s *Service) internalBroadcastAttestation(ctx context.Context, subnet uint6
log.WithFields(logrus.Fields{
"attestationSlot": att.Data.Slot,
"currentSlot": currSlot,
}).WithError(err).Warning("Attestation is too old to broadcast, discarding it")
}).WithError(err).Debug("Attestation is too old to broadcast, discarding it")
return
}

Expand Down

0 comments on commit b6f93e5

Please sign in to comment.