Merge pull request #5838
2e26536
p2p: move log away from global (moneromooo-monero)
This commit is contained in:
commit
3b28ff2d6d
|
@ -1446,7 +1446,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