mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
add logs
This commit is contained in:
@@ -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, {}});
|
||||
|
||||
Reference in New Issue
Block a user