Increased logging priority for connection timeouts

(human)
This commit is contained in:
human
2004-04-23 14:18:48 +00:00
committed by zzz
parent 567a4e8361
commit c29a6b95ae

View File

@ -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);