basically a total restructuring
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Host.java
index ade17d3..c5ae337 100644 (file)
@@ -11,7 +11,7 @@ public class Host extends Loader {
 
     public void changed(Watched w) {
         super.changed(w);
-        Log.error(this, "changed(" + w + ")");
+        Log.debug(this, "changed(" + w + ")");
         try {
             ClassLoader cl = getClassLoader();
             if (cl == null) return;