mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove some chatty debug.
This commit is contained in:
@@ -67,7 +67,7 @@ void HashedObjectStore::bulkWrite()
|
|||||||
return;
|
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 fExists("SELECT ObjType FROM CommittedObjects WHERE Hash = '%s';");
|
||||||
static boost::format
|
static boost::format
|
||||||
|
|||||||
@@ -749,8 +749,8 @@ int SHAMap::flushDirty(int maxNodes, HashedObjectType t, uint32 seq)
|
|||||||
boost::unordered_map<SHAMapNode, SHAMapTreeNode::pointer>::iterator it = dirtyNodes.begin();
|
boost::unordered_map<SHAMapNode, SHAMapTreeNode::pointer>::iterator it = dirtyNodes.begin();
|
||||||
while (it != dirtyNodes.end())
|
while (it != dirtyNodes.end())
|
||||||
{
|
{
|
||||||
tLog(mType == smtTRANSACTION, lsDEBUG) << "TX node write " << it->first;
|
// tLog(mType == smtTRANSACTION, lsDEBUG) << "TX node write " << it->first;
|
||||||
tLog(mType == smtSTATE, lsDEBUG) << "STATE node write " << it->first;
|
// tLog(mType == smtSTATE, lsDEBUG) << "STATE node write " << it->first;
|
||||||
s.erase();
|
s.erase();
|
||||||
it->second->addRaw(s, snfPREFIX);
|
it->second->addRaw(s, snfPREFIX);
|
||||||
theApp->getHashedObjectStore().store(t, seq, s.peekData(), s.getSHA512Half());
|
theApp->getHashedObjectStore().store(t, seq, s.peekData(), s.getSHA512Half());
|
||||||
|
|||||||
Reference in New Issue
Block a user