one more log error to a warn (ticket #356)

This commit is contained in:
zzz
2010-12-14 15:14:36 +00:00
parent f9c2624b24
commit 2082feeaa9

View File

@ -626,7 +626,9 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
try { try {
_producer.disconnect(this); _producer.disconnect(this);
} catch (I2PSessionException ipe) { } 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(); _availabilityNotifier.stopNotifying();