tons of changes
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Host.java
index a5c3923..1b10beb 100644 (file)
@@ -15,6 +15,7 @@ public class Host extends Loader {
 
     public void changed(Watched w) {
         super.changed(w);
+        /*
         Log.debug(this, "changed(" + w + ")");
         try {
             ClassLoader cl = getClassLoader();
@@ -24,7 +25,8 @@ public class Host extends Loader {
             Method m = c.getMethod("main", new Class[] { });
             m.invoke(null, new Object[] { });
         } catch (Exception e) {
-            Log.warn(this, "nope");
+            Log.warn(this, e);
         }
+        */
     }
 }