Log the metadata at TRACE level.

This commit is contained in:
JoelKatz
2012-10-26 14:19:21 -07:00
parent d1a46340b7
commit 4b84b32148

View File

@@ -445,9 +445,7 @@ void LedgerEntrySet::calcRawMeta(Serializer& s, TER result)
it != end; ++it)
entryModify(it->second);
#ifdef META_DEBUG
cLog(lsINFO) << "Metadata:" << mSet.getJson(0);
#endif
cLog(lsTRACE) << "Metadata:" << mSet.getJson(0);
mSet.addRaw(s, result);
}