X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FScheduler.java;fp=src%2Forg%2Fxwt%2FScheduler.java;h=f4338582b011d6e97a675f6617f273903560a98c;hb=ef61babe77a94eba181c95a52c0069a612276dff;hp=d61ad556fc32e1f8f0a6772c70689918c92481cf;hpb=e33203c725fe48229d5286d476f17e4d42c425d6;p=org.ibex.core.git diff --git a/src/org/xwt/Scheduler.java b/src/org/xwt/Scheduler.java index d61ad55..f433858 100644 --- a/src/org/xwt/Scheduler.java +++ b/src/org/xwt/Scheduler.java @@ -70,11 +70,11 @@ public class Scheduler { } renderAll(); } catch (JSExn e) { - Log.log(Scheduler.class, "a JavaScript thread spawned with xwt.thread() threw an exception:"); - Log.log(Scheduler.class, e); + Log.info(Scheduler.class, "a JavaScript thread spawned with xwt.thread() threw an exception:"); + Log.info(Scheduler.class, e); } catch (Exception e) { - Log.log(Scheduler.class, "a Task threw an exception which was caught by the scheduler:"); - Log.log(Scheduler.class, e); + Log.info(Scheduler.class, "a Task threw an exception which was caught by the scheduler:"); + Log.info(Scheduler.class, e); } // if an Error is thrown it will cause the engine to quit }