forked from I2P_Developers/i2p.i2p
less scary message
This commit is contained in:
@ -204,7 +204,7 @@ public class I2PSocketManagerFull implements I2PSocketManager {
|
|||||||
|
|
||||||
private void verifySession() throws I2PException {
|
private void verifySession() throws I2PException {
|
||||||
if (_isDestroyed.get())
|
if (_isDestroyed.get())
|
||||||
throw new I2PException("destroyed");
|
throw new I2PException("Session was closed");
|
||||||
if (!_connectionManager.getSession().isClosed())
|
if (!_connectionManager.getSession().isClosed())
|
||||||
return;
|
return;
|
||||||
_connectionManager.getSession().connect();
|
_connectionManager.getSession().connect();
|
||||||
|
Reference in New Issue
Block a user