mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +00:00
fix: Print cache saving error (#2794)
This commit is contained in:
@@ -53,7 +53,7 @@ LedgerCacheSaver::save()
|
||||
success.has_value()) {
|
||||
LOG(util::LogService::info()) << "Successfully saved ledger cache in " << durationMs << " ms";
|
||||
} else {
|
||||
LOG(util::LogService::error()) << "Error saving LedgerCache to file";
|
||||
LOG(util::LogService::error()) << "Error saving LedgerCache to file: " << success.error();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user