2003/12/29 03:27:43
[org.ibex.core.git] / src / org / xwt / Template.java
index 8d47f68..df20ee9 100644 (file)
@@ -115,7 +115,7 @@ public class Template {
             b.mark_for_repack();
             Log.info(Template.class, "WARNING: exception (below) thrown during application of template;");
             Log.info(Template.class, "         setting visibility of target box to \"false\"");
-            Log.logJS(e);
+            JS.log(e);
         }
     }