mirror of
https://github.com/monero-project/monero.git
synced 2025-07-24 17:25:22 -04:00
Tone down a bit L0 logs during daemon sync
This commit is contained in:
parent
3a4db6346b
commit
217792351d
3 changed files with 12 additions and 3 deletions
|
@ -2900,7 +2900,7 @@ bool Blockchain::prepare_handle_incoming_blocks(const std::list<block_complete_e
|
|||
crypto::hash tophash = m_db->top_block_hash();
|
||||
if (block.prev_id != tophash)
|
||||
{
|
||||
LOG_PRINT_L0("Skipping prepare blocks. New blocks don't belong to chain.")
|
||||
LOG_PRINT_L1("Skipping prepare blocks. New blocks don't belong to chain.")
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue