Log message less imortant.

This commit is contained in:
JoelKatz
2013-01-08 02:02:51 -08:00
parent c0a64f672c
commit df1f3a66d5

View File

@@ -1476,7 +1476,7 @@ void Peer::recvGetLedger(ripple::TMGetLedger& packet)
return;
}
cLog(lsINFO) << "Request: " << logMe;
cLog(lsDEBUG) << "Request: " << logMe;
for(int i = 0; i < packet.nodeids().size(); ++i)
{
SHAMapNode mn(packet.nodeids(i).data(), packet.nodeids(i).size());