diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-16 08:41:33 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-16 08:41:33 -0500 |
commit | 71ac698b78acd3719d572a881c377db62c15c62f (patch) | |
tree | 055da82cbf0c2ccf7d357aeaf83955041140c122 /src/cryptonote_protocol/cryptonote_protocol_handler.inl | |
parent | Merge pull request #1584 (diff) | |
parent | fixups in logging init calls, and add missing net context in a log (diff) | |
download | monero-71ac698b78acd3719d572a881c377db62c15c62f.tar.xz |
Merge pull request #1585
a480bf6b fixups in logging init calls, and add missing net context in a log (moneromooo-monero)
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 |