From 2e2653602fe8d26713a3b545edc7de5990427135 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 21 Aug 2019 14:00:43 +0000 Subject: [PATCH] p2p: move log away from global It was here while debugging, and I forgot to move it away --- src/p2p/net_node.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {