mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log which node we got from cache.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user