X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjinetd%2FPort.java;h=ac78d4653a1d7f144d6b7a2b47594b81919f5792;hb=70604175e53b4c6ca71a82108f35e74b1ac1993a;hp=a55f7afae6295adb0286f876691fab4d0063c281;hpb=71778e79b8d806591e9701f1798f338bdaa5e8f9;p=org.ibex.jinetd.git diff --git a/src/org/ibex/jinetd/Port.java b/src/org/ibex/jinetd/Port.java index a55f7af..ac78d46 100644 --- a/src/org/ibex/jinetd/Port.java +++ b/src/org/ibex/jinetd/Port.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.jinetd; import org.ibex.util.*; import org.ibex.io.*; @@ -102,7 +106,6 @@ public class Port extends Loader { Log.warn(this, "end of stream reached handling connection from " + conn.getRemoteHostname() + ":" + conn.getRemotePort()); } catch (Exception e) { - Log.error(this, "Listener threw exception"); Log.error(this, e); conn.close(); } finally {