diff --git a/src/HashedObject.cpp b/src/HashedObject.cpp index 41126fd1a..837a518a6 100644 --- a/src/HashedObject.cpp +++ b/src/HashedObject.cpp @@ -67,7 +67,7 @@ void HashedObjectStore::bulkWrite() return; } } - cLog(lsINFO) << "HOS: writing " << set.size(); +// cLog(lsINFO) << "HOS: writing " << set.size(); static boost::format fExists("SELECT ObjType FROM CommittedObjects WHERE Hash = '%s';"); static boost::format diff --git a/src/SHAMap.cpp b/src/SHAMap.cpp index ddcb11bb0..b1596c390 100644 --- a/src/SHAMap.cpp +++ b/src/SHAMap.cpp @@ -749,8 +749,8 @@ int SHAMap::flushDirty(int maxNodes, HashedObjectType t, uint32 seq) boost::unordered_map::iterator it = dirtyNodes.begin(); while (it != dirtyNodes.end()) { - tLog(mType == smtTRANSACTION, lsDEBUG) << "TX node write " << it->first; - tLog(mType == smtSTATE, lsDEBUG) << "STATE node write " << it->first; +// tLog(mType == smtTRANSACTION, lsDEBUG) << "TX node write " << it->first; +// tLog(mType == smtSTATE, lsDEBUG) << "STATE node write " << it->first; s.erase(); it->second->addRaw(s, snfPREFIX); theApp->getHashedObjectStore().store(t, seq, s.peekData(), s.getSHA512Half());