make less aggressive log (#1786)

This commit is contained in:
Nishant Das 2019-03-02 21:58:58 +08:00 committed by Preston Van Loon
parent 4b0249b89e
commit 9de86c0d3a

View File

@ -70,7 +70,7 @@ func run(ctx context.Context, v Validator) {
log.WithFields(logrus.Fields{ log.WithFields(logrus.Fields{
"slot": slot - params.BeaconConfig().GenesisSlot, "slot": slot - params.BeaconConfig().GenesisSlot,
"role": role, "role": role,
}).Warn("Unknown role, doing nothing") }).Info("Unknown role, doing nothing")
default: default:
// Do nothing :) // Do nothing :)
} }