forked from I2P_Developers/i2p.i2p
oops, thanks bar!
This commit is contained in:
@@ -478,7 +478,7 @@ public class EventPumper implements Runnable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (CancelledKeyException cke) {
|
} catch (CancelledKeyException cke) {
|
||||||
if (_log.shouldLog(Log.WARN)) _log.warn("error writing", ioe);
|
if (_log.shouldLog(Log.WARN)) _log.warn("error writing", cke);
|
||||||
_context.statManager().addRateData("ntcp.writeError", 1, 0);
|
_context.statManager().addRateData("ntcp.writeError", 1, 0);
|
||||||
con.close();
|
con.close();
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
|
Reference in New Issue
Block a user