forked from I2P_Developers/i2p.i2p
SSU: Fix log value (ticket #2652)
This commit is contained in:
@ -989,7 +989,7 @@ public class PeerState {
|
||||
iter.remove();
|
||||
if (_log.shouldLog(Log.INFO))
|
||||
_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)
|
||||
|
Reference in New Issue
Block a user