Skip to content

Commit

Permalink
Add skip to log (#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed May 27, 2020
1 parent 7be8942 commit b7c856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/db/kv/check_historical_state.go
Expand Up @@ -31,7 +31,7 @@ func (kv *Store) HistoricalStatesDeleted(ctx context.Context) error {
}

if historicalStateDeleted {
log.Warn("Regenerating and saving historical states. This may take a while.")
log.Warn("Regenerating and saving historical states. This may take a while. Skip this with --skip-regen-historical-states")
if err := kv.regenHistoricalStates(ctx); err != nil {
return errors.Wrap(err, "could not regenerate historical states, please retry")
}
Expand Down

0 comments on commit b7c856a

Please sign in to comment.