diff --git a/chain/chain.go b/chain/chain.go index 86956ddc6..5c1a4f7ef 100644 --- a/chain/chain.go +++ b/chain/chain.go @@ -226,7 +226,7 @@ func (cs *ChainStore) maybeTakeHeavierTipSet(ts *TipSet) error { return err } cs.headChange(revert, apply) - log.Errorf("New heaviest tipset! %s", ts.Cids()) + log.Infof("New heaviest tipset! %s", ts.Cids()) cs.heaviest = ts } return nil