forked from I2P_Developers/i2p.i2p
logging, including replacing the scary monster with its true self (we had data queued up, but were unable to get an ACK on our last write)
This commit is contained in:
@@ -264,7 +264,8 @@ public class I2PSocketManager implements I2PSessionListener {
|
||||
s.queueData(payload);
|
||||
return;
|
||||
} else {
|
||||
_log.error(getName() + ": Null socket with data available");
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn(getName() + ": Null socket with data available");
|
||||
throw new IllegalStateException("Null socket with data available");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user