p2p: move log away from global

It was here while debugging, and I forgot to move it away
This commit is contained in:
moneromooo-monero 2019-08-21 14:00:43 +00:00
parent c9df9d683a
commit 2e2653602f
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

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