Demote a non-serious log that sounds like an error.

This commit is contained in:
JoelKatz
2013-01-08 02:00:54 -08:00
parent 59c91d0413
commit c0a64f672c

View File

@@ -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();
}