Reduce logging.

This commit is contained in:
JoelKatz
2013-02-22 09:33:10 -08:00
parent 1a3b28a668
commit 47425827d3
2 changed files with 4 additions and 4 deletions

View File

@@ -1436,7 +1436,7 @@ void NetworkOPs::subAccount(InfoSub* ispListener, const boost::unordered_set<Rip
// For the connection, monitor each account.
BOOST_FOREACH(const RippleAddress& naAccountID, vnaAccountIDs)
{
cLog(lsINFO) << boost::str(boost::format("subAccount: account: %d") % naAccountID.humanAccountID());
cLog(lsTRACE) << boost::str(boost::format("subAccount: account: %d") % naAccountID.humanAccountID());
ispListener->insertSubAccountInfo(naAccountID, uLedgerIndex);
}