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

Skip to content
Snippets Groups Projects
Commit c29a6b95 authored by human's avatar human Committed by zzz
Browse files

Increased logging priority for connection timeouts

(human)
parent 567a4e83
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,8 @@ public class I2PTunnelRunner extends I2PThread {
}
}
} catch (InterruptedIOException ex) {
_log.debug("Socket read timed out - closing StreamForwarder");
_log.warn("Closing connection due to timeout (error: \""
+ ex.getMessage() + "\")");
} catch (IOException ex) {
if (!finished)
_log.error("Error forwarding", ex);
......
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