mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
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
Block a user