2003/12/29 03:25:43
[org.ibex.core.git] / src / org / xwt / Res.java
index 32f812c..35f3b51 100644 (file)
@@ -42,7 +42,7 @@ public abstract class Res extends JS {
                 Template t = Template.getTemplate(addExtension(".xwt"));
                 return t == null ? null : t.getStatic();
             } catch (Exception e) {
-                Log.log(this, e);
+                Log.info(this, e);
                 return null;
             }
         }