Increased logging priority for connection timeouts
(human)
This commit is contained in:
@ -170,7 +170,8 @@ public class I2PTunnelRunner extends I2PThread {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (InterruptedIOException ex) {
|
} catch (InterruptedIOException ex) {
|
||||||
_log.debug("Socket read timed out - closing StreamForwarder");
|
_log.warn("Closing connection due to timeout (error: \""
|
||||||
|
+ ex.getMessage() + "\")");
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
if (!finished)
|
if (!finished)
|
||||||
_log.error("Error forwarding", ex);
|
_log.error("Error forwarding", ex);
|
||||||
|
Reference in New Issue
Block a user