Skip to content

Commit

Permalink
Incoming: improve a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Aug 25, 2021
1 parent 1dbfa9c commit bdd1c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/sub/incoming.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (bv *BlockValidator) Validate(ctx context.Context, pid peer.ID, msg *pubsub
return pubsub.ValidationReject
}

log.Warnf("cannot validate block message; unknown miner or miner that doesn't meet min power in unsynced chain")
log.Warnf("cannot validate block message; unknown miner or miner that doesn't meet min power in unsynced chain: %s", blk.Header.Cid())
return pubsub.ValidationIgnore
}

Expand Down

0 comments on commit bdd1c36

Please sign in to comment.