Log which node we got from cache.

This commit is contained in:
JoelKatz
2012-06-18 11:07:10 -07:00
parent 195c37b7c2
commit 3b4208f8fc

View File

@@ -60,7 +60,7 @@ void SHAMap::getMissingNodes(std::vector<SHAMapNode>& nodeIDs, std::vector<uint2
}
else
{
Log(lsTRACE) << "Got sync node from cache";
Log(lsTRACE) << "Got sync node from cache: " << d->getString();
mTNByID[*d] = d;
}
}