chore: downgrade spammy log (#4853)

This commit is contained in:
Matthias Seitz
2023-09-29 13:58:40 +02:00
committed by GitHub
parent 53ff254f53
commit bbe54eb4d1

View File

@ -946,7 +946,7 @@ impl<DB: Database, C: Consensus, EF: ExecutorFactory> BlockchainTree<DB, C, EF>
}
let Some(chain_id) = self.block_indices.get_blocks_chain_id(block_hash) else {
warn!(target: "blockchain_tree", ?block_hash, "Block hash not found in block indices");
debug!(target: "blockchain_tree", ?block_hash, "Block hash not found in block indices");
return Err(CanonicalError::from(BlockchainTreeError::BlockHashNotFoundInChain {
block_hash: *block_hash,
})