SSU: Fix log value (ticket #2652)

This commit is contained in:
zzz
2019-11-14 15:51:52 +00:00
parent 652b75a749
commit 8218d55874

View File

@ -989,7 +989,7 @@ public class PeerState {
iter.remove(); iter.remove();
if (_log.shouldLog(Log.INFO)) if (_log.shouldLog(Log.INFO))
_log.info("Expired ack " + rack.id + " sent " + (cutoff + RESEND_ACK_TIMEOUT - rack.time) + _log.info("Expired ack " + rack.id + " sent " + (cutoff + RESEND_ACK_TIMEOUT - rack.time) +
" ago, now " + i + " resend acks"); " ago, now " + _currentACKsResend.size() + " resend acks");
} }
} }
if (i > 1) if (i > 1)