2003/06/16 08:03:15
[org.ibex.core.git] / src / org / xwt / MessageQueue.java
index cfc388b..fbebad4 100644 (file)
@@ -125,10 +125,10 @@ public class MessageQueue extends Thread {
                     } else {
                         where = org.xwt.js.Context.getSourceNameAndLineForThread(MessageQueue.singleton);
                         what = "script";
-                   }
-                   long howlong = (System.currentTimeMillis() - t) / 1000;
-                   if (howlong >= 5)
-                       if (Log.on) Log.log(this, "note: executing same " + what + " for " + howlong + "s" + " at " + where);
+                    }
+                    long howlong = (System.currentTimeMillis() - t) / 1000;
+                    if (howlong >= 5)
+                        if (Log.on) Log.log(this, "note: executing same " + what + " for " + howlong + "s" + " at " + where);
                 } else {
                     m = MessageQueue.currentlyPerforming;
                     t = System.currentTimeMillis();