p2p: move log away from global

It was here while debugging, and I forgot to move it away
release-v0.7.1.0
moneromooo-monero 5 years ago
parent c9df9d683a
commit 2e2653602f
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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())
{

Loading…
Cancel
Save