2004/01/14 06:12:02
[org.ibex.core.git] / src / org / xwt / Template.java
index 3626eec..ba1c4ee 100644 (file)
@@ -109,10 +109,12 @@ public class Template {
         } catch (IOException e) {
             b.clear(b.VISIBLE);
             b.mark_for_repack();
+            Log.warn(this, e);
             throw new JSExn(e.toString());
         } catch (JSExn e) {
             b.clear(b.VISIBLE);
             b.mark_for_repack();
+            Log.warn(this, e);
             throw e;
         }
     }