mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
More logging.
This commit is contained in:
@@ -1117,7 +1117,7 @@ void PeerImp::recvTransaction (protocol::TMTransaction& packet, ScopedLock& Mast
|
||||
return;
|
||||
}
|
||||
|
||||
WriteLog (lsDEBUG, Peer) << "Got new transaction from peer";
|
||||
WriteLog (lsDEBUG, Peer) << "Got new transaction from peer " << getIP () << " : " << stx->getTransactionID ();
|
||||
|
||||
if (mCluster)
|
||||
flags |= SF_TRUSTED | SF_SIGGOOD;
|
||||
|
||||
Reference in New Issue
Block a user