mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log metadata in debug builds.
This commit is contained in:
@@ -441,6 +441,10 @@ void LedgerEntrySet::calcRawMeta(Serializer& s)
|
||||
it != end; ++it)
|
||||
entryModify(it->second);
|
||||
|
||||
#ifdef DEBUG
|
||||
Log(lsINFO) << "Metadata:" << mSet.getJson(0);
|
||||
#endif
|
||||
|
||||
mSet.addRaw(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user