Added log level 6 to reduce spam on level 5

Log level 5 is still default
This commit is contained in:
SChernykh
2021-08-25 09:38:47 +02:00
parent 09aedd9f9a
commit a27577f735
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ bool SideChain::get_shares(PoolBlock* tip, std::vector<MinerShare>& shares) cons
shares.resize(k + 1);
LOGINFO(5, "get_shares: " << k + 1 << " unique wallets in PPLNS window");
LOGINFO(6, "get_shares: " << k + 1 << " unique wallets in PPLNS window");
return true;
}