Fix unrouted log.

This commit is contained in:
JoelKatz
2013-03-15 02:22:54 -07:00
parent abbbe6d05a
commit 4322403987

View File

@@ -474,7 +474,7 @@ void Ledger::saveAcceptedLedger(Job&, bool fromConsensus)
sql += ")";
}
sql += ";";
Log(lsTRACE) << "ActTx: " << sql;
cLog(lsTRACE) << "ActTx: " << sql;
db->executeSQL(sql); // may already be in there
}
else