less scary message

This commit is contained in:
zzz
2013-10-06 17:07:56 +00:00
parent 845b70fe0c
commit aa171bbaa6

View File

@ -204,7 +204,7 @@ public class I2PSocketManagerFull implements I2PSocketManager {
private void verifySession() throws I2PException {
if (_isDestroyed.get())
throw new I2PException("destroyed");
throw new I2PException("Session was closed");
if (!_connectionManager.getSession().isClosed())
return;
_connectionManager.getSession().connect();