aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-16 10:45:59 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-16 10:45:59 +0000
commita480bf6b1497eb1f5e9b27026d009663fea19642 (patch)
treeafc6aaa829a9f1ff1fa6d359e1fab6326c61d6ec /src/cryptonote_protocol/cryptonote_protocol_handler.inl
parentMerge pull request #1569 (diff)
downloadmonero-a480bf6b1497eb1f5e9b27026d009663fea19642.tar.xz
fixups in logging init calls, and add missing net context in a log
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler.inl')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
index 16a75c422..58388f8f7 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
@@ -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