2004/01/14 06:12:02
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:30 +0000 (07:44 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:30 +0000 (07:44 +0000)
darcs-hash:20040130074430-2ba56-6962000a8f4642e10df9181b1e2e700d0e117a00.gz

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;
         }
     }