logging fixlet
authoradam <adam@megacz.com>
Sat, 30 Oct 2004 22:56:20 +0000 (22:56 +0000)
committeradam <adam@megacz.com>
Sat, 30 Oct 2004 22:56:20 +0000 (22:56 +0000)
darcs-hash:20041030225620-5007d-dd1ec6150073eed5a3443d66419cc0d37b8dfe42.gz

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.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 {
                 Log.error(this, e);
                 conn.close();
             } finally {