diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-21 14:00:43 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-21 14:00:43 +0000 |
| commit | 2e2653602fe8d26713a3b545edc7de5990427135 (patch) | |
| tree | 29f405fb14bb23c946813ca1d7450b47b91970d1 /src | |
| parent | c9df9d683acd361d1326814470d941d42cdd9b0f (diff) | |
| download | monzero-core-2e2653602fe8d26713a3b545edc7de5990427135.tar.gz monzero-core-2e2653602fe8d26713a3b545edc7de5990427135.tar.xz monzero-core-2e2653602fe8d26713a3b545edc7de5990427135.zip | |
p2p: move log away from global
It was here while debugging, and I forgot to move it away
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 8c0cff7e2..36e469520 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -1420,7 +1420,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()) { |
