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

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

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

parent f9c2624b
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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