oops, thanks bar!

This commit is contained in:
jrandom
2006-07-27 07:06:55 +00:00
committed by zzz
parent 84b741ac98
commit 54bc5485ec

View File

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