Fix warn message
This commit is contained in:
parent
be9d8f7ce3
commit
8807c75c51
@ -98,7 +98,7 @@ func (a *SyncAPI) SyncIncomingBlocks(ctx context.Context) (<-chan *types.BlockHe
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *SyncAPI) SyncCheckpoint(ctx context.Context, tsk types.TipSetKey) error {
|
func (a *SyncAPI) SyncCheckpoint(ctx context.Context, tsk types.TipSetKey) error {
|
||||||
log.Warnf("Marking tipset %s as bad", tsk)
|
log.Warnf("Marking tipset %s as checkpoint", tsk)
|
||||||
return a.Syncer.SetCheckpoint(tsk)
|
return a.Syncer.SetCheckpoint(tsk)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user