diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
commit | a480bf6b1497eb1f5e9b27026d009663fea19642 (patch) | |
tree | afc6aaa829a9f1ff1fa6d359e1fab6326c61d6ec /src/cryptonote_protocol/cryptonote_protocol_handler.inl | |
parent | Merge pull request #1569 (diff) | |
download | monero-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.inl | 2 |
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 |