This commit is contained in:
JoelKatz
2012-07-14 02:25:55 -07:00
parent 19002c5b55
commit d7e78d15c9

View File

@@ -891,7 +891,7 @@ void Peer::recvStatus(newcoin::TMStatusChange& packet)
if (packet.newevent() == newcoin::neLOST_SYNC)
{
Log(lsTRACE) << "peer has lost sync" << getIP();
Log(lsTRACE) << "peer has lost sync " << getIP();
mPreviousLedgerHash.zero();
mClosedLedgerHash.zero();
return;