diff --git a/src/ripple/app/misc/NegativeUNLVote.cpp b/src/ripple/app/misc/NegativeUNLVote.cpp index ff01dad92..cd964ac6c 100644 --- a/src/ripple/app/misc/NegativeUNLVote.cpp +++ b/src/ripple/app/misc/NegativeUNLVote.cpp @@ -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); } } }