mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01: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())
|
||||
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…
Reference in New Issue
Block a user