mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
revert remove json log
This commit is contained in:
@@ -156,7 +156,8 @@ NegativeUNLVote::addReportingTx(
|
||||
JLOG(j_.debug())
|
||||
<< "R-UNL: ledger seq=" << seq
|
||||
<< ", add a ttUNL_REPORT (active_val) Tx with txID: " << txID
|
||||
<< ", size=" << s.size();
|
||||
<< ", size=" << s.size() << ", "
|
||||
<< repUnlTx.getJson(JsonOptions::none);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -210,7 +211,8 @@ NegativeUNLVote::addImportVLTx(
|
||||
JLOG(j_.debug())
|
||||
<< "R-UNL: ledger seq=" << seq
|
||||
<< ", add a ttUNL_REPORT (import_vl) Tx with txID: " << txID
|
||||
<< ", size=" << s.size();
|
||||
<< ", size=" << s.size() << ", "
|
||||
<< repUnlTx.getJson(JsonOptions::none);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user