2002/04/28 02:06:27
[org.ibex.core.git] / src / org / xwt / MessageQueue.java
index 54c2a99..1831dfc 100644 (file)
@@ -86,14 +86,11 @@ public class MessageQueue extends Thread {
 
             } catch (Throwable t) {
                 if (Log.on) Log.log(this, "caught throwable in MessageQueue.run(); this should never happen");
-
-                /* FIXME: causes crashes on Win32
                 if (Log.on) Log.log(this, "    currentlyPerforming == " + currentlyPerforming);
                 if (Log.on) Log.log(this, "    working             == " + working);
                 if (Log.on) Log.log(this, "    lastfunc            == " + lastfunc);
                 if (Log.on) Log.log(this, "    lastmessage         == " + lastmessage);
-                */
-
+                if (Log.on) Log.log(this, t);
                 if (Log.on) Log.log(this, "resuming MessageQueue loop");
             }
         }