Fix bad log type.

This commit is contained in:
JoelKatz
2013-01-09 10:42:23 -08:00
parent 6cf1b3dbc1
commit d8b79aa0ee

View File

@@ -525,7 +525,7 @@ Ledger::pointer Ledger::getSQL(const std::string& sql)
assert(false);
return Ledger::pointer();
}
Log(lsTRACE) << "Loaded ledger: " << ledgerHash;
cLog(lsTRACE) << "Loaded ledger: " << ledgerHash;
return ret;
}