mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 15:36:08 -04:00
fixups in logging init calls, and add missing net context in a log
This commit is contained in:
parent
ab69d5b367
commit
a480bf6b14
7 changed files with 7 additions and 6 deletions
|
@ -914,7 +914,7 @@ namespace cryptonote
|
|||
|
||||
if (m_core.get_current_blockchain_height() > previous_height)
|
||||
{
|
||||
MGINFO_YELLOW("Synced " << m_core.get_current_blockchain_height() << "/" << m_core.get_target_blockchain_height());
|
||||
MGINFO_YELLOW(context << " Synced " << m_core.get_current_blockchain_height() << "/" << m_core.get_target_blockchain_height());
|
||||
}
|
||||
} // if not DISCARD BLOCK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue