forked from I2P_Developers/i2p.i2p
banlist
This commit is contained in:
@ -974,7 +974,7 @@ class Connection {
|
||||
switch (_options.getInactivityAction()) {
|
||||
case ConnectionOptions.INACTIVITY_ACTION_NOOP:
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Inactivity timer expired, but we aint doin' shit");
|
||||
_log.warn("Inactivity timer expired, not doing anything");
|
||||
break;
|
||||
case ConnectionOptions.INACTIVITY_ACTION_SEND:
|
||||
if (_closeSentOn <= 0 && _closeReceivedOn <= 0) {
|
||||
|
Reference in New Issue
Block a user