p2p: move log away from global
It was here while debugging, and I forgot to move it away
This commit is contained in:
parent
c9df9d683a
commit
2e2653602f
|
@ -1420,7 +1420,7 @@ namespace nodetool
|
||||||
if (skipped == 0 || !filtered.empty())
|
if (skipped == 0 || !filtered.empty())
|
||||||
break;
|
break;
|
||||||
if (skipped)
|
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())
|
if (filtered.empty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue