one more log error to a warn (ticket #356)
This commit is contained in:
@ -626,7 +626,9 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
|
||||
try {
|
||||
_producer.disconnect(this);
|
||||
} catch (I2PSessionException ipe) {
|
||||
propogateError("Error destroying the session", ipe);
|
||||
//propogateError("Error destroying the session", ipe);
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Error destroying the session", ipe);
|
||||
}
|
||||
}
|
||||
_availabilityNotifier.stopNotifying();
|
||||
|
Reference in New Issue
Block a user