I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit aa171bba authored by zzz's avatar zzz
Browse files

less scary message

parent 845b70fe
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ public class I2PSocketManagerFull implements I2PSocketManager { ...@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment