diff --git a/storage/post.go b/storage/post.go index 14a61d7c7..d44fc1b63 100644 --- a/storage/post.go +++ b/storage/post.go @@ -31,7 +31,7 @@ func (m *Miner) beginPosting(ctx context.Context) { } if ppe == 0 { - log.Errorf("Proving period end == 0") + log.Warn("Not proving yet") return }