Tone down a bit L0 logs during daemon sync

This commit is contained in:
moneromooo-monero 2015-12-14 00:36:37 +00:00
parent 3a4db6346b
commit 217792351d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 12 additions and 3 deletions

View file

@ -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;
}
}