mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
Add detail to error log (#1353)
This commit is contained in:
@@ -258,7 +258,7 @@ private:
|
||||
|
||||
if (isDeleted) {
|
||||
auto const old = backend_->cache().get(*key, lgrInfo.seq - 1);
|
||||
ASSERT(old.has_value(), "Deleted object must be in cache");
|
||||
ASSERT(old.has_value(), "Deleted object {} must be in cache", ripple::strHex(*key));
|
||||
checkBookBase = isBookDir(*key, *old);
|
||||
} else {
|
||||
checkBookBase = isBookDir(*key, *blob);
|
||||
|
||||
Reference in New Issue
Block a user