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 | |
| parent | 4ef3848423de2664b41272b9d915c11a372f23bb (diff) | |
| parent | 2e2653602fe8d26713a3b545edc7de5990427135 (diff) | |
| download | monzero-core-3b28ff2d6d9b59411f26323b02f4d073b6c83602.tar.gz monzero-core-3b28ff2d6d9b59411f26323b02f4d073b6c83602.tar.xz monzero-core-3b28ff2d6d9b59411f26323b02f4d073b6c83602.zip | |
Merge pull request #5838
2e26536 p2p: move log away from global (moneromooo-monero)
| -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()) { |
