mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +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());
|
assert(!node.isRoot());
|
||||||
if (!isSynching())
|
if (!isSynching())
|
||||||
{
|
{
|
||||||
cLog(lsDEBUG) << "AddKnownNode while not synching";
|
cLog(lsTRACE) << "AddKnownNode while not synching";
|
||||||
return SMAddNode::okay();
|
return SMAddNode::okay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user