mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Reduced startup spam at log levels <= 5
This commit is contained in:
parent
68a4765f95
commit
662865ad70
1 changed files with 2 additions and 2 deletions
|
@ -790,9 +790,9 @@ void SideChain::verify_loop(PoolBlock* block)
|
|||
verify(block);
|
||||
|
||||
if (!block->m_verified) {
|
||||
LOGINFO(5, "not enough data to verify block at height = " << block->m_sidechainHeight <<
|
||||
LOGINFO(6, "can't verify block at height = " << block->m_sidechainHeight <<
|
||||
", id = " << block->m_sidechainId <<
|
||||
", mainchain height = " << block->m_txinGenHeight);
|
||||
", mainchain height = " << block->m_txinGenHeight << ": parent or uncle blocks are not available)");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue