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 Jun 3, 2024
1 parent b08e691 commit 44d850d
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.GetData().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 44d850d

Please sign in to comment.