More logging.

This commit is contained in:
JoelKatz
2013-07-03 07:14:47 -07:00
parent 907d3d59ba
commit 86196a6e46

View File

@@ -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;