This floods the log during testing.

This commit is contained in:
JoelKatz
2012-10-17 07:03:54 -07:00
parent 305b037f59
commit 67be1a8a55

View File

@@ -704,10 +704,7 @@ void SHAMapItem::dump()
SHAMapTreeNode::pointer SHAMap::fetchNodeExternal(const SHAMapNode& id, const uint256& hash)
{
if (!theApp->running())
{
cLog(lsTRACE) << "Trying to fetch external node with application not running";
throw SHAMapMissingNode(mType, id, hash);
}
HashedObject::pointer obj(theApp->getHashedObjectStore().retrieve(hash));
if (!obj)