Merge pull request #5838

2e26536 p2p: move log away from global (moneromooo-monero)
This commit is contained in:
luigi1111 2019-09-08 19:43:46 -05:00
commit 3b28ff2d6d
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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())
{ {