fixups in logging init calls, and add missing net context in a log

This commit is contained in:
moneromooo-monero
2017-01-16 10:45:59 +00:00
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