Chatty debug.

This commit is contained in:
JoelKatz
2012-08-13 23:13:01 -07:00
parent 22237e58ab
commit 6788105b2c

View File

@@ -21,7 +21,9 @@ bool HashedObjectStore::store(HashedObjectType type, uint32 index,
if (!theApp->getHashNodeDB()) return true;
if (mCache.touch(hash))
{
#ifdef HS_DEBUG
Log(lsTRACE) << "HOS: " << hash.GetHex() << " store: incache";
#endif
return false;
}