mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
logging
This commit is contained in:
@@ -268,9 +268,9 @@ saveValidatedLedger(
|
||||
app.getAcceptedLedgerCache().canonicalizeReplaceClient(ledger->header().hash, aLedger);
|
||||
}
|
||||
}
|
||||
catch (std::exception const&)
|
||||
catch (std::exception const& e)
|
||||
{
|
||||
JLOG(j.warn()) << "An accepted ledger was missing nodes";
|
||||
JLOG(j.warn()) << "An accepted ledger was missing nodes " << e.what();
|
||||
app.getLedgerMaster().failedSave(seq, ledger->header().hash);
|
||||
// Clients can now trust the database for information about this
|
||||
// ledger sequence.
|
||||
|
||||
Reference in New Issue
Block a user