mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Better debug messages.
This commit is contained in:
@@ -1170,7 +1170,7 @@ void Peer::recvGetObjectByHash(ripple::TMGetObjectByHash& packet)
|
||||
theApp->getHashedObjectStore().store(type, seq, data, hash);
|
||||
}
|
||||
else
|
||||
cLog(lsWARNING) << "Received unwanted hash from peer " << getIP();
|
||||
cLog(lsWARNING) << "Received unwanted hash " << getIP() << " " << hash;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user