This commit is contained in:
Denis Angell
2025-08-18 12:30:23 +02:00
parent 7a790246fb
commit 105790e61d

View File

@@ -339,7 +339,7 @@ LedgerHistory::handleMismatch(
assert(builtLedger->info().seq == validLedger->info().seq);
if (auto stream = j_.debug())
if (auto stream = j_.error())
{
stream << "Built: " << getJson({*builtLedger, {}});
stream << "Valid: " << getJson({*validLedger, {}});