[log] print inactive validator

Signed-off-by: Leo Chen <leo@harmony.one>
pull/3576/head
Leo Chen 4 years ago
parent b3cab12851
commit 9c296f8004
  1. 1
      staking/availability/measure.go

@ -206,6 +206,7 @@ func ComputeAndMutateEPOSStatus(
utils.Logger().Info().
Str("threshold", measure.String()).
Interface("computed", computed).
Str("validator", snapshot.Validator.Address.String()).
Msg("validator failed availability threshold, set to inactive")
default:
// Default is no-op so validator who wants

Loading…
Cancel
Save