disconnect isn't an error

This commit is contained in:
jrandom
2004-05-04 01:58:37 +00:00
committed by zzz
parent 141902b86d
commit d7467f5dc3

View File

@ -66,7 +66,7 @@ public class I2PSocketManager implements I2PSessionListener {
}
public void disconnected(I2PSession session) {
_log.error("Disconnected from the session");
_log.info("Disconnected from the session");
}
public void errorOccurred(I2PSession session, String message, Throwable error) {