mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Demote a non-serious log that sounds like an error.
This commit is contained in:
@@ -268,7 +268,7 @@ SMAddNode SHAMap::addKnownNode(const SHAMapNode& node, const std::vector<unsigne
|
||||
assert(!node.isRoot());
|
||||
if (!isSynching())
|
||||
{
|
||||
cLog(lsINFO) << "AddKnownNode while not synching";
|
||||
cLog(lsDEBUG) << "AddKnownNode while not synching";
|
||||
return SMAddNode::okay();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user