Reduce some chatty logging.

This commit is contained in:
JoelKatz
2013-01-07 23:47:21 -08:00
parent 69f42e6f02
commit 7a2f098ac4
4 changed files with 12 additions and 12 deletions

View File

@@ -506,7 +506,7 @@ Ledger::pointer Ledger::getSQL(const std::string& sql)
db->endIterRows();
}
Log(lsTRACE) << "Constructing ledger " << ledgerSeq << " from SQL";
// Log(lsTRACE) << "Constructing ledger " << ledgerSeq << " from SQL";
Ledger::pointer ret = boost::make_shared<Ledger>(prevHash, transHash, accountHash, totCoins,
closingTime, prevClosingTime, closeFlags, closeResolution, ledgerSeq);
if (ret->getHash() != ledgerHash)