2003/12/29 03:25:45
[org.ibex.core.git] / src / org / xwt / util / Queue.java
index e2559e1..05a9073 100644 (file)
@@ -76,8 +76,8 @@ public class Queue {
                 wait();
             } catch (InterruptedException e) {
             } catch (Exception e) {
-                if (Log.on) Log.log(this, "exception in Queue.wait(); this should never happen");
-                if (Log.on) Log.log(this, e);
+                if (Log.on) Log.info(this, "exception in Queue.wait(); this should never happen");
+                if (Log.on) Log.info(this, e);
             }
         }