diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:43:46 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:43:46 -0500 |
commit | 3b28ff2d6d9b59411f26323b02f4d073b6c83602 (patch) | |
tree | 13e790150b4ffd422bcc848800ae4c0805c3267d /src | |
parent | Merge pull request #5835 (diff) | |
parent | p2p: move log away from global (diff) | |
download | monero-3b28ff2d6d9b59411f26323b02f4d073b6c83602.tar.xz |
Merge pull request #5838
2e26536 p2p: move log away from global (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/p2p/net_node.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 41ca19917..b57e49e72 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -1446,7 +1446,7 @@ namespace nodetool if (skipped == 0 || !filtered.empty()) break; if (skipped) - MGINFO("Skipping " << skipped << " possible peers as they share a class B with existing peers"); + MINFO("Skipping " << skipped << " possible peers as they share a class B with existing peers"); } if (filtered.empty()) { |