logging fixlet
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Port.java
index a55f7af..39be9ca 100644 (file)
@@ -102,7 +102,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 {