2003/12/29 03:25:43
[org.ibex.core.git] / src / org / xwt / Template.java
index c9ac138..8d47f68 100644 (file)
@@ -113,8 +113,8 @@ public class Template {
         } catch (JSExn e) {
             b.clear(b.VISIBLE);
             b.mark_for_repack();
-            Log.log(Template.class, "WARNING: exception (below) thrown during application of template;");
-            Log.log(Template.class, "         setting visibility of target box to \"false\"");
+            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);
         }
     }