mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
Validator/node: update warn log to error (#6945)
This commit is contained in:
parent
b241fafd13
commit
6d5b7b0439
@ -105,7 +105,7 @@ func NewValidatorClient(cliCtx *cli.Context) (*ValidatorClient, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if len(pubKeys) == 0 {
|
if len(pubKeys) == 0 {
|
||||||
log.Warn("No keys found; nothing to validate")
|
log.Error("No keys found. Please verify `--keystore-path` is the correct path")
|
||||||
} else {
|
} else {
|
||||||
log.WithField("validators", len(pubKeys)).Debug("Found validator keys")
|
log.WithField("validators", len(pubKeys)).Debug("Found validator keys")
|
||||||
for _, key := range pubKeys {
|
for _, key := range pubKeys {
|
||||||
|
Loading…
Reference in New Issue
Block a user