mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Quiet noisy logging.
This commit is contained in:
@@ -262,7 +262,7 @@ SMAddNode SHAMap::addKnownNode(const SHAMapNode& node, const std::vector<unsigne
|
||||
assert(!node.isRoot());
|
||||
if (!isSynching())
|
||||
{
|
||||
cLog(lsDEBUG) << "AddKnownNode while not synching";
|
||||
cLog(lsTRACE) << "AddKnownNode while not synching";
|
||||
return SMAddNode::okay();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user