mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
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())
|
||||
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