Log metadata in debug builds.

This commit is contained in:
JoelKatz
2012-09-13 13:12:21 -07:00
parent e6411a6afc
commit 499d9b5536

View File

@@ -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);
}