2003/12/29 03:25:45
[org.ibex.core.git] / src / org / xwt / util / Semaphore.java
index 15d6ffc..673919d 100644 (file)
@@ -21,8 +21,8 @@ public class Semaphore {
                 wait();
             } catch (InterruptedException e) {
             } catch (Throwable e) {
-                if (Log.on) Log.log(this, "Exception in Semaphore.block(); this should never happen");
-                if (Log.on) Log.log(this, e);
+                if (Log.on) Log.info(this, "Exception in Semaphore.block(); this should never happen");
+                if (Log.on) Log.info(this, e);
             }
         }
         val--;