Cosmetic change.

This commit is contained in:
JoelKatz
2012-11-05 03:06:10 -08:00
parent f491216302
commit 6b006e1e98

View File

@@ -1321,7 +1321,7 @@ void Peer::recvLedger(ripple::TMLedgerData& packet)
{
if (packet.nodes().size() <= 0)
{
cLog(lsWARNING) << "Ledger data with no nodes";
cLog(lsWARNING) << "Ledger/TXset data with no nodes";
punishPeer(PP_INVALID_REQUEST);
return;
}